|
@@ -1379,7 +1379,9 @@ if $ARGS[0] = 'naked_bathroom':
|
|
|
end
|
|
|
end
|
|
|
gs 'willpower', 'misc', 'self', 'medium'
|
|
|
- if will_cost < pcs_willpwr:
|
|
|
+ if pcs_willpwr < will_cost:
|
|
|
+ act 'Tell her a lie (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ else
|
|
|
act 'Tell her a lie (<<will_cost>> Willpower)':
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
*clr & cla
|
|
@@ -1419,8 +1421,6 @@ if $ARGS[0] = 'naked_bathroom':
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
- else
|
|
|
- act 'Tell her a lie (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -1439,7 +1439,7 @@ if $ARGS[0] = 'naked_bathroom':
|
|
|
end
|
|
|
'You decide to just get this over with and make a run for it. You use your hands to cover yourself as best you can, looking away from people, but sometimes have to use your hands to cover your face in the hopes no one recognizes you. Several people gasp and more than a few people, mostly older women, chastise you. Some of the men whistle and more than a few people take your picture, but all you can do is hope that none of them show your face. After what seems like an eternity, you finally make it to the apartment complex.'
|
|
|
gs 'stat'
|
|
|
- act 'Continue': gt 'pav_aptcourtev', 'naked_aptcomplex'
|
|
|
+ act 'Continue': gt 'pav_aptcourtev', 'naked_aptcomplex', 'school'
|
|
|
end
|
|
|
|
|
|
act 'Sneak home':
|
|
@@ -1448,7 +1448,7 @@ if $ARGS[0] = 'naked_bathroom':
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/naked/sneakhomenaked.jpg"></center>'
|
|
|
'You decide that it would be better to take your time and sneak home, doing your best to not be seen. You use your hands to cover yourself as best you can and use cover as often as you can. You hide behind trees and parked cars, duck down alleyways and when that doesn''t work, you are forced to wait until you don''t see anyone and dart across open stretches of ground. Once or twice you think someone might have seen you, but all you can do is hope that you weren''t recognized. After what seems like an eternity, you finally make it to the apartment complex.'
|
|
|
gs 'stat'
|
|
|
- act 'Continue': gt 'pav_aptcourtev', 'naked_aptcomplex'
|
|
|
+ act 'Continue': gt 'pav_aptcourtev', 'naked_aptcomplex', 'school'
|
|
|
end
|
|
|
end
|
|
|
end
|