Browse Source

[fixed] No exit post first heroin injection as reported by Genjurooo, slight text edit for player info added

Kevin_Smarts 1 year ago
parent
commit
3b31186812
1 changed files with 3 additions and 1 deletions
  1. 3 1
      locations/city_drugden.qsrc

+ 3 - 1
locations/city_drugden.qsrc

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