Browse Source

[fixed] cheat menu index page

Lusticon 2 weeks ago
parent
commit
f887bbe7c0
3 changed files with 3 additions and 3 deletions
  1. 1 1
      locations/Cheatmenu_din.qsrc
  2. 1 1
      locations/_menu_cheat.qsrc
  3. 1 1
      locations/fertility.qsrc

+ 1 - 1
locations/Cheatmenu_din.qsrc

@@ -243,7 +243,7 @@ $cheatmenu['vartracker'] = {
 	end
 }
 
-$cheatmenu = {
+$cheatmenu['index'] = {
 	gs'stat'
 	currhour = (daystart-1) * 24 + hour
 	currday = daystart

+ 1 - 1
locations/_menu_cheat.qsrc

@@ -1,7 +1,7 @@
 # $menu_cheat
 
 gs 'Cheatmenu_din'
-dynamic $cheatmenu
+dynamic $cheatmenu['index']
 
 --- $menu_cheat ---------------------------------
 

+ 1 - 1
locations/fertility.qsrc

@@ -538,7 +538,7 @@ if $ARGS[0] = 'cum_arrcheat':
 		'No Pregnancies registered.'
 	end
 	killvar '$cycletemp'
-	act 'Return to cheat index': dynamic $cheatmenu
+	act 'Return to cheat index': dynamic $cheatmenu['index']
 end
 --- fertility ---------------------------------