diff options
-rw-r--r-- | npc/003-3/malindou.txt | 9 |
1 files changed, 9 insertions, 0 deletions
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. |