Browse Source

[changed] Making it such that a different image is just when taking coke in a public restroom compared to at home.

bgkjdgbizgblzdgbr 1 year ago
parent
commit
1c2b9c47ee
1 changed files with 7 additions and 2 deletions
  1. 7 2
      locations/din_van.qsrc

+ 7 - 2
locations/din_van.qsrc

@@ -993,8 +993,13 @@ $palelady = {
 			minut += 5
 			narkday = daystart
 			gs 'drugs', 'cocaine'
-			'<center><img <<$set_imgh>> src="images/shared/drugs/dur.jpg"></center>'
-			'You snort some cocaine, feeling dizzy for just a moment. After that you feel fantastic, and incredibly horny.'
+			if $locclass = 'restroom':
+				'<center><img <<$set_imgh>> src="images/shared/drugs/public_rr_coke.jpg"></center>'
+				'You go into a stall sit down and snort some cocaine, feeling dizzy for just a moment. After that you feel fantastic, and incredibly horny.'
+			else
+				'<center><img <<$set_imgh>> src="images/shared/drugs/dur.jpg"></center>'
+				'You snort some cocaine, feeling dizzy for just a moment. After that you feel fantastic, and incredibly horny.'
+			end
 
 			act 'Continue': menu_off = 0 & gt $loc, $loc_arg
 		end