Browse Source

kit_din - remove obsolete (void) dynamic procedures

rachels 6 years ago
parent
commit
55b1d55f1a
2 changed files with 1 additions and 8 deletions
  1. 0 7
      locations/kit_din
  2. 1 1
      locations/rinwork

+ 0 - 7
locations/kit_din

@@ -472,13 +472,6 @@ $edaD = {
 	end
 }
 
-$food = {
-	gs 'food', 'm_meal'
-}
-
-$snack = {
-	gs 'food', 'snack'
-}
 
 $fatdel = {
 	if fatdel > 0:

+ 1 - 1
locations/rinwork

@@ -681,7 +681,7 @@ if $ARGS[0] = 'start':
 				tetaKataQW += 1
 				money -= 200
 				gs 'kit_din'
-				dynamic $snack
+				gs 'food', 'snack'
 			end
 		end
 	end