Преглед на файлове

[fixed] Use of old variable

KevinSmarts преди 3 години
родител
ревизия
ca00290a09
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 2 2
      locations/gschool_break.qsrc
  2. 1 1
      locations/preSYS2.qsrc

+ 2 - 2
locations/gschool_break.qsrc

@@ -1384,7 +1384,7 @@ if $ARGS[0] = 'naked_bathroom':
 					gm_school_h[35] = 50
 					gm_school_b[35] = pcs_hips
 				end
-				gs 'clothing', 'wear', 'school', 35
+				gs 'clothing', 'wear', 'gm_school', 35
 				act 'Leave her office': 
 					if hour >= 14:
 						gt 'gschool_grounds', 'main'
@@ -1426,7 +1426,7 @@ if $ARGS[0] = 'naked_bathroom':
 						gm_school_h[35] = 50
 						gm_school_b[35] = pcs_hips
 					end
-					gs 'clothing', 'wear', 'school', 35
+					gs 'clothing', 'wear', 'gm_school', 35
 					act 'Leave her office': 
 						if hour >= 14:
 							gt 'gschool_grounds', 'main'

+ 1 - 1
locations/preSYS2.qsrc

@@ -23,7 +23,7 @@ if $ARGS[0] = 'start':
 		end
 		if pcs_inhib < 10: pcs_inhib = 10
 		!!This line should get sveta to wear school uniform because she has no other clothing with > 50
-		if pcs_inhib > 50: gs 'clothing', 'wear', 'school', 6
+		if pcs_inhib > 50: gs 'clothing', 'wear', 'gm_school', 6
 		if bag = 1:
 			!!using current combination should prevent having more than 1 bag at the start of game.
 			dynamic $currentpursetype + '_purses[<<currentpursenumber>>] = 1'