Browse Source

[added] different description for taking a pill depending on location

hornguy6 2 years ago
parent
commit
b5d6c71090
1 changed files with 8 additions and 2 deletions
  1. 8 2
      locations/medical_din.qsrc

+ 8 - 2
locations/medical_din.qsrc

@@ -251,8 +251,14 @@ if $ARGS[0] = 'morning_after_pill':
 		killvar 'temp_ID'
 	end
 	*clr
-	'<center><img <<$set_imgh>> src="images/pc/items/accessories/birthcontrol/pill.jpg"></center>'
-	'You put the pill in your mouth and swallow it down.'
+	if $locclass = 'kitr':
+		'<center><img <<$set_imgh>> src="images/shared/accessories/birthcontrol/pill_take2.jpg"></center>'
+		'You fill up a small glass of water and pop the pill out of the packaging. Putting it in your mouth, you gulp, washing it down with sips from the glass after.'
+	else
+		'<center><img <<$set_imgh>> src="images/shared/accessories/birthcontrol/pill_take1.jpg"></center>'
+		'Removing the pill from the packaging, you pop it in your mouth and gulp it down dry, wincing in discomfort as you feel it stick slightly on the way down.'
+	end
+	*nl
 	'<i>Well, that''s that,</i> you think to yourself. <i>Hopefully I won''t get pregnant now. I need to be more careful in the future.</i>'
 	gs 'stat'
 end