Prechádzať zdrojové kódy

Price wrong in text, spoted by BBZ

Kevin_Smarts 11 mesiacov pred
rodič
commit
c8182bb2f3
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      locations/city_clinic.qsrc

+ 2 - 2
locations/city_clinic.qsrc

@@ -421,14 +421,14 @@ if $ARGS[0] = 'stdclinic':
 		if money < 450 and karta < 450: *nl & 'You can''t afford your herpes shot.'
 
 		if money >= 450:
-			act 'Get herpes shot (1,000 <b>₽</b>) (cash) You need <<GerpesNapr>> more injections to complete the treatment':
+			act 'Get herpes shot (450 <b>₽</b>) (cash) You need <<GerpesNapr>> more injections to complete the treatment':
 				money -= 450
 				gs 'city_clinic', 'herpes_shot'
 			end
 		end
 
 		if karta >= 450:
-			act 'Get herpes shot (1,000 <b>₽</b>) (card) You need <<GerpesNapr>> more injections to complete the treatment':
+			act 'Get herpes shot (450 <b>₽</b>) (card) You need <<GerpesNapr>> more injections to complete the treatment':
 				karta -= 450
 				gs 'city_clinic', 'herpes_shot'
 			end