Browse Source

unborked my borking. moved inner thought stuff to preSYS instead of stat

richard_butte 4 years ago
parent
commit
5b9ac5fb5e
3 changed files with 5 additions and 8 deletions
  1. 1 1
      locations/Cheatmenu_din.qsrc
  2. 4 0
      locations/preSYS.qsrc
  3. 0 7
      locations/stat.qsrc

+ 1 - 1
locations/Cheatmenu_din.qsrc

@@ -1940,7 +1940,7 @@ $cheatmenu['status'] = {
 	*nl
 	!disabled inner thought font selection during char creation, as it breaks menu.
 	if settingmode = 0:
-		'<a href="exec:player_set_thought_font = 1 & gs ''shortgs'',''fonts'', ''$cheatmenu[''''display'''']'',''$OpenInnerThought'',''$CloseInnerThought'' ">Set</a> the font style of inner thoughts'
+		'<a href="exec:gs ''shortgs'',''fonts'', ''$cheatmenu[''''display'''']'',''$OpenInnerThought'',''$CloseInnerThought'' ">Set</a> the font style of inner thoughts'
 		$OpenInnerThought+'Oh my god, what will the neighbours think of us?'+$CloseInnerThought
 	end
 	*nl

+ 4 - 0
locations/preSYS.qsrc

@@ -2,6 +2,10 @@
 !!Background Options
 gs 'themes', 'indoors'
 
+!!--------------------------inner thought stuff--------------------------------
+    $OpenInnerThought = '<i><font color=''fuchsia''>'
+    $CloseInnerThought = '</font></i>'
+
 !!******************** TG Start Background Options ******************************
 if $ARGS[0] = 'TGStart':
 !!	Nothing here for now

+ 0 - 7
locations/stat.qsrc

@@ -1127,13 +1127,6 @@ if pcs_sleep > 100: pcs_sleep = 100
 
 if insleep = 0: gs 'stat_display'
 
-!!--------------------------BEGIN inner thought stuff because I dont know where to put it and kevin can yell at me later--------------------------------
-if player_set_thought_font = 0:
-    $OpenInnerThought = '<i><font color=''fuchsia''>'
-    $CloseInnerThought = '</font></i>'
-end
-!!--------------------------END inner thought stuff because I dont know where to put it and kevin can yell at me later--------------------------------
-
 
 --- stat ---------------------------------