Browse Source

Fix: Doing Stuff in Kitchen

Scarlett Schäfer 2 years ago
parent
commit
beb7d93cdb
1 changed files with 4 additions and 4 deletions
  1. 4 4
      source/location/family/apartment/kitchen.qsps

+ 4 - 4
source/location/family/apartment/kitchen.qsps

@@ -14,18 +14,18 @@ elseif $ARGS[0] = 'show':
     end
 
     if food_low > 0:
-        gs 'util_action','render_action','Cook a low quality meal|You can cook this <<food_low>> times','gt ''location_residential_aparment_kitchen'',''cook'',''low''','','','R'
+        gs 'util_action','render_action','Cook a low quality meal|You can cook this <<food_low>> times','gt ''location_family_aparment_kitchen'',''cook'',''low''','','','R'
     end
 
     if food_med > 0:
-        gs 'util_action','render_action','Cook a medium quality meal|You can cook this <<food_med>> times','gt ''location_residential_aparment_kitchen'',''cook'',''med''','','','R'
+        gs 'util_action','render_action','Cook a medium quality meal|You can cook this <<food_med>> times','gt ''location_family_aparment_kitchen'',''cook'',''med''','','','R'
     end
 
     if food_high > 0:
-        gs 'util_action','render_action','Cook a high quality meal|You can cook this <<food_high>> times','gt ''location_residential_aparment_kitchen'',''cook'',''high''','','','R'
+        gs 'util_action','render_action','Cook a high quality meal|You can cook this <<food_high>> times','gt ''location_family_aparment_kitchen'',''cook'',''high''','','','R'
     end
 
-    gs 'util_action','render_action','Drink water','gt ''location_residential_aparment_kitchen'',''drink'',''water''','','','R'
+    gs 'util_action','render_action','Drink water','gt ''location_family_aparment_kitchen'',''drink'',''water''','','','R'