From 890700b108fd4f1ea0b748b6a4eb0b49d85c90ab Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 30 May 2019 15:46:44 -0300 Subject: Several fixes and now NPCs have their own craft system. So NPCs craft now may give bonuses too - existing craft bonuses maintaned. --- npc/functions/clientversion.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/functions') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 300ce1343..4ea4a0da5 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -246,7 +246,8 @@ function script clientupdater { // seg mai 27 21:22:55 -03 2019 if (UPDATE < 1559002975) { UPDATE=1559002975; - dispbottom l("New game setting to change Shovel behavior, use @ucp to change."); + if (countitem(IronShovel) + countitem(SteelShovel)) + dispbottom l("Shovel have been changed, right-click it to bury items."); } -- cgit v1.2.3-70-g09d2