diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-01-05 23:55:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-01-05 23:55:25 -0300 |
commit | 4177c2f02219d8bb27e73789cfb06d215730855b (patch) | |
tree | 9f3e76e35a9646dbe32c9bf1feebda43b20b1b74 | |
parent | 603ab8e18917bb24aa536f680724996e0957732d (diff) | |
download | serverdata-4177c2f02219d8bb27e73789cfb06d215730855b.tar.gz serverdata-4177c2f02219d8bb27e73789cfb06d215730855b.tar.bz2 serverdata-4177c2f02219d8bb27e73789cfb06d215730855b.tar.xz serverdata-4177c2f02219d8bb27e73789cfb06d215730855b.zip |
150 snakes is too much, Shaabty. Reduce to 100.
-rw-r--r-- | npc/018-5-3/shaabty.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |