From 4177c2f02219d8bb27e73789cfb06d215730855b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 5 Jan 2023 23:55:25 -0300 Subject: 150 snakes is too much, Shaabty. Reduce to 100. --- npc/018-5-3/shaabty.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/018-5-3/shaabty.txt b/npc/018-5-3/shaabty.txt index 4d2f47e54..23f7e556d 100644 --- a/npc/018-5-3/shaabty.txt +++ b/npc/018-5-3/shaabty.txt @@ -65,7 +65,7 @@ L_Return: // 0.98% DR (skin) - Reference is 0.32% // 2 snake skins should take ~200 kills if (countitem(MountainSnakeSkin) >= 2) { - if (.@q2 < 150) { + if (.@q2 < 100) { mesn l("Shaabty the Fairy"); mesq l("I see two snake skins, but you didn't killed them down there. That defeats the whole purpose."); } else { -- cgit v1.2.3-60-g2f50