|
@@ -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>'
|