|
@@ -232,7 +232,7 @@ if $ARGS[0] = 'heroin':
|
|
|
drugUser = 1
|
|
|
gs 'drugs', 'heroin'
|
|
|
gs 'stat'
|
|
|
- act 'You lay there briefly rolling, before leaving': gs 'events', 'snkayf1'
|
|
|
+ act 'Leave in a daze (you''ll be back in control in 2 hours)': gs 'events', 'snkayf1'
|
|
|
end
|
|
|
else
|
|
|
act 'You smile and say no preferring to stick to smoking it (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -250,6 +250,7 @@ if $ARGS[0] = 'heroin':
|
|
|
drugUser = 1
|
|
|
gs 'drugs', 'heroin'
|
|
|
gs 'stat'
|
|
|
+ act 'Leave in a daze (you''ll be back in control in 2 hours)': gs 'events', 'snkayf1'
|
|
|
end
|
|
|
else
|
|
|
*clr & cla
|
|
@@ -260,6 +261,7 @@ if $ARGS[0] = 'heroin':
|
|
|
'<center><b>Local drug den</b></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/city/residential/den/usingheroin.jpg"></center>'
|
|
|
'You buy some heroin and find a quiet place in the house to use it, and without thinking twice you shoot up.'
|
|
|
+ 'As an experienced user you regain your senses quickly after the blissful rush of the drug.'
|
|
|
|
|
|
act 'Leave the drug den': minut += 5 & gt 'city_residential'
|
|
|
end
|