Browse Source

Merge remote-tracking branch 'slanon/master'

Kevin_Smarts 3 years ago
parent
commit
55ea3d8b45
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/office.qsrc

+ 2 - 2
locations/office.qsrc

@@ -192,14 +192,14 @@ if $ARGS[0] = 'restrooms':
 	'<center><b><font color="maroon">Office Restrooms</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/restrooms.jpg"></center>'
 	'You go to the restrooms at the end of the hall. There is a sign for the men''s and the women''s restroom.'
-	act 'Go to the women''s restroom': gt 'office', 'womens_restroom'
+	act 'Go to the women''s restroom': gt 'office', 'womens_restrooms'
 	gs 'willpower', 'action', 'self', 'medium'
 	if will_cost <= pcs_willpwr:
 		act 'Go to the men''s restroom (<<will_cost>> Willpower)':
 			*clr & cla
 			gs 'willpower', 'pay', 'self'
 			gs 'stat'
-			gt 'office', 'mens_restroom'
+			gt 'office', 'mens_restrooms'
 		end
 	else
 		act 'Go to the men''s restroom (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'