From b2854cdac71014b8bc43f863a6b3a2f2e25c8c23 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 24 Feb 2020 12:17:28 -0300 Subject: Replace all Rice Hats with Bull Helmets by time the recipe is fixed --- npc/003-3/malindou.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'npc/003-3') diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 52f75557a..1346f9666 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -483,6 +483,15 @@ OnInit: debugmes "* Variable cleanup"; debugmes ""; } + // Current UPDATE value: Sef Fev 24 12:15:12 BRT 2020 + // Bull Helmet fix + if ($UPDATE < 1582557312) { + $UPDATE=1582557312; + ReplaceItemFromEveryPlayer(RiceHat, BullHelmet); + debugmes ""; + debugmes "* Bull Helmet Fix"; + debugmes ""; + } // This mensures Contributors Credits, and changes only during updates. -- cgit v1.2.3-60-g2f50