Browse Source

[fixed] Fixed 2 bugs spotted by Rachels

CroWke 5 years ago
parent
commit
22458120f1
2 changed files with 3 additions and 3 deletions
  1. 2 2
      locations/grandpahelp.qsrc
  2. 1 1
      locations/gschool_boys_bathroom.qsrc

+ 2 - 2
locations/grandpahelp.qsrc

@@ -109,7 +109,7 @@ elseif grandpahelping = 13 and temper >= 15 and sunWeather = 1 and hour >= 6 and
 	end
 else
 	if hour >= 9:
-		randmsg = rand(0,5):
+		randmsg = rand(0,5)
 		if randmsg = 0:
 			'"- You can rest today <<$pcs_nickname>>, you don''t need to help me today."'
 		elseif randmsg = 1:
@@ -124,7 +124,7 @@ else
 			'"- You can take the day off to rest up."'
 		end
 	else
-		randmsg = rand(0,1):
+		randmsg = rand(0,1)
 		if randmsg = 0:
 			'"- You don''t need to help out today <<$pcs_nickname>>."'
 		else

+ 1 - 1
locations/gschool_boys_bathroom.qsrc

@@ -1248,7 +1248,7 @@ if $ARGS[0] = 'companyb4':
 	act 'Masturbate': gt 'gschool_boys_bathroom', 'masturbateb4'
 end
 
-if $ARGS[0]  'masturbateb4':
+if $ARGS[0] = 'masturbateb4':
 	cla & *clr
 	stat['mast'] += 1
 	if pcs_inhib < 40:inhib_exp += rand(1,3)