瀏覽代碼

[fixed] Price listed incorrectly when you didn't have the money

KevinSmarts 4 年之前
父節點
當前提交
c44cf25d67
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      locations/medical_din.qsrc

+ 1 - 1
locations/medical_din.qsrc

@@ -55,7 +55,7 @@ if $ARGS[0] = 'birth_control':
 			act 'Leave': gt $loc, $metka
 		end
 	elseif birth_control['implant_status'] = 0 and money < 19650 and knowpreg = 0:
-		act 'Get a birth control implant for <font color="red">19,000 <b>₽</b></font> (0:35)': '<br><font color="red">You don''t have enough money to get a birth control implant.</font>'
+		act 'Get a birth control implant for <font color="red">19,650 <b>₽</b></font> (0:35)': '<br><font color="red">You don''t have enough money to get a birth control implant.</font>'
 	elseif birth_control['implant_status'] > 0:
 		if money >= 1000:
 			act 'Remove your birth control implant for 1,000 <b>₽</b> (0:20)':