Browse Source

[fixed] Missed a few bit doing that school uniform commit

Kevin_Smarts 2 years ago
parent
commit
624524b7d0
1 changed files with 6 additions and 6 deletions
  1. 6 6
      locations/gschool_break.qsrc

+ 6 - 6
locations/gschool_break.qsrc

@@ -1371,10 +1371,10 @@ if $ARGS[0] = 'naked_bathroom':
 				gs 'stat'
 				if gm_school[25] = 0:
 					gm_school[25] = 1
-					gm_school_h[35] = 50
-					gm_school_b[35] = pcs_hips
+					gm_school_h[25] = 50
+					gm_school_b[25] = pcs_hips
 				end
-				gs 'clothing', 'wear', 'gm_school', 35
+				gs 'clothing', 'wear', 'gm_school', 25
 				act 'Leave her office': 
 					if hour >= 14:
 						gt 'gschool_grounds', 'main'
@@ -1412,10 +1412,10 @@ if $ARGS[0] = 'naked_bathroom':
 					gs 'stat'
 					if gm_school[25] = 0:
 						gm_school[25] = 1
-						gm_school_h[35] = 50
-						gm_school_b[35] = pcs_hips
+						gm_school_h[25] = 50
+						gm_school_b[25] = pcs_hips
 					end
-					gs 'clothing', 'wear', 'gm_school', 35
+					gs 'clothing', 'wear', 'gm_school', 25
 					act 'Leave her office': 
 						if hour >= 14:
 							gt 'gschool_grounds', 'main'