Browse Source

[changed] missed gad in kitchen standardization

Anya 2 years ago
parent
commit
a526cc3bca
1 changed files with 4 additions and 3 deletions
  1. 4 3
      locations/gadhouse.qsrc

+ 4 - 3
locations/gadhouse.qsrc

@@ -440,10 +440,11 @@ if $ARGS[0] = 'main':
 
 	if (hour >= 6 and hour < 10) or (hour >= 12 and hour < 20): act 'Talk to Grandma':gt 'gadhouse','grandma'
 	if (hour >= 6 and hour < 13) or (hour >= 15 and hour < 20): act 'Talk to Grandpa':gt 'gadhouse','grandpa'
-	act 'Prepare a full meal (0:30)':gs 'food', 'm_meal'
-	act 'Prepare a light meal (0:25)':gs 'food', 's_meal'
-	act 'Have a snack (0:15)':gs 'food', 'snack'
+	act 'Eat a hearty meal (0:20)':gs 'food', 'l_meal'
+	act 'Eat a normal meal (0:15)':gs 'food', 'm_meal'
+	act 'Eat a light meal (0:10)':gs 'food', 's_meal'
 
+	dynamic $edasnack
 	dynamic $sandwich
 	dynamic $driwater
 	dynamic $dritea