From 8ff2aabe40e43769845cbe121f5f6b0054d73c59 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 14 Jul 2019 20:07:43 -0300 Subject: Change shovel bypass-rest rule from "is GM" to "is Aeros". --- npc/items/shovel.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt index 019d7498d..28c9b87e0 100644 --- a/npc/items/shovel.txt +++ b/npc/items/shovel.txt @@ -258,9 +258,14 @@ function AddDigRect { } function PlayerIsTired { + /* // GMs can do this in an unrestricted way if (is_gm()) return 0; + */ + // I changed the rule to: No restriction on Aeros! (GM or not) (May be laggy) + if (getmap() == "001-1") + return 0; .@tick = gettimetick(2); .@playertick = .PlayerTiredTime - (readparam(bStr)/5) - (readparam(bVit)/10); -- cgit v1.2.3-70-g09d2