|
@@ -81,12 +81,7 @@ if $ARGS[0] = 'peek':
|
|
|
*clr & cla
|
|
|
brother_ev1 = daystart
|
|
|
'Despite the pattering sound of the water, you hear the bathroom door creaking open slightly. Through the crack in the door, you notice your brother Kolka watching you.'
|
|
|
- gs 'willpower', 'exhib', 'resist', 'easy'
|
|
|
- if will_cost <= pcs_willpwr:
|
|
|
- act 'Scream (<<will_cost>> Willpower)': gs 'willpower', 'exhib', 'resist', 'easy' & gs 'willpower', 'pay', 'resist' & gt 'brother', 'brother_go_away'
|
|
|
- else
|
|
|
- act 'Scream (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
- end
|
|
|
+ act 'Scream':gt 'brother', 'brother_go_away'
|
|
|
|
|
|
if brothershowertalk < 1: act 'Tell him off':gt 'brother','brother_go_away2'
|
|
|
|