Browse Source

[fixed] Count for morning after pills in handbag had wrong variable now correct thanks to julzor

KevinSmarts 3 years ago
parent
commit
4125b961e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/din_bad.qsrc

+ 1 - 1
locations/din_bad.qsrc

@@ -194,7 +194,7 @@ if $ARGS[0] = 'd_bag':
 		if morning_after_pill = 1:
 			'You have one <a href="exec:gs''medical_din'',''morning_after_pill''">morning after pill</a>.'
 		else
-			'You have <b><<birth_control[''morning_after'']>></b> <a href="exec:gs''medical_din'',''morning_after_pill''">morning after pills</a>.'
+			'You have <b><<morning_after_pill>></b> <a href="exec:gs''medical_din'',''morning_after_pill''">morning after pills</a>.'
 		end
 	else
 		'You have no morning after pills.'