From 0c2b40f1005603a0bd91f033da947a1cc60e3b03 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Fri, 9 Feb 2018 18:11:45 -0200 Subject: Fix Cynric. Make stat reset cost only 1 simbolic plushroom when level is < 10. --- npc/005-6/zitoni.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/005-6') diff --git a/npc/005-6/zitoni.txt b/npc/005-6/zitoni.txt index ad5086de4..d51227a20 100644 --- a/npc/005-6/zitoni.txt +++ b/npc/005-6/zitoni.txt @@ -26,6 +26,8 @@ L_Menu: .@visited = getq(General_Rumly); .@plush_count = lognbaselvl(1, 10); + if (BaseLevel < 10) + .@plush_count = 1; select l("Plushrooms you say?"), -- cgit v1.2.3-60-g2f50