1
0
Kaynağa Gözat

[fixed] antifungal medication in the pharmacys

julzor 5 yıl önce
ebeveyn
işleme
001948fec1
2 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 2 2
      locations/gaptek.qsrc
  2. 2 2
      locations/pharmacy.qsrc

+ 2 - 2
locations/gaptek.qsrc

@@ -125,7 +125,7 @@ if $ARGS[0] = 'start' or $message ! '':
 		if pcs_knows_nipplecream = 1:
 			*P FUNC ('$stock_item', 20, 'Nipplebalm', 600, 'bpnipplebalm', 'gaptek', 'start')
 		end
-		*P FUNC ('$single_stock_item', 1, 'Antifungal medication', 1050, 'Kandidoz', 'gaptek', 'start', StoryLine, '(you have 0)',''+iif(money >= 1050,'<a href="exec:gs ''gaptek'', ''buy_antifungal''">buy</a>','')+'')
+		if KandidNapr = 1: *P FUNC ('$single_stock_item', 1, 'Antifungal medication', 1050, 'Kandidoz', 'gaptek', 'start', StoryLine, '(you have 0)',''+iif(money >= 1050,'<a href="exec:gs ''gaptek'', ''buy_antifungal''">buy</a>','')+'')
 		*P '</table></center>'
 
 		if npc_QW['A29'] >= 2:
@@ -366,7 +366,7 @@ if $ARGS[0] = 'buy_bottle_med':
 end
 
 if $ARGS[0] = 'buy_antifungal':
-	if KandidNapr = 1:
+	if Kandidoz > 0:
 		money -= 1050
 		Kandidoz = 0
 		gs 'stat'

+ 2 - 2
locations/pharmacy.qsrc

@@ -79,12 +79,12 @@ if $ARGS[0] = 'shop' or $ARGS[0] = '':
 	if pcs_knows_nipplecream > 0:
 		*P FUNC ('$stock_item', 20, 'Nipplebalm', 600, 'bpnipplebalm', $CURLOC, $ARGS[0])
 	end
-	*P FUNC ('$single_stock_item', 1, 'Antifungal medication', 1050, 'Kandidoz', $CURLOC, $ARGS[0], StoryLine, '(you have 0)',''+iif(money >= 1050,'<a href="exec:gs ''pharmacy'', ''buy_antifungal''">buy</a>','')+'')
+	if KandidNapr = 1: *P FUNC ('$single_stock_item', 1, 'Antifungal medication', 1050, 'Kandidoz', $CURLOC, $ARGS[0], StoryLine, '(you have 0)',''+iif(money >= 1050,'<a href="exec:gs ''pharmacy'', ''buy_antifungal''">buy</a>','')+'')
 	*P '</table></center>'
 end
 
 if $ARGS[0] = 'buy_antifungal':
-	if KandidNapr = 1:
+	if Kandidoz > 0:
 		money -= 1050
 		Kandidoz = 0
 		gs 'stat'