diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-03-15 09:20:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-03-15 09:20:54 -0300 |
commit | 7b59f1c31abb8d0fc329ebe744c23567cddf4b4a (patch) | |
tree | cd6d1d32cae06218b1e855e97b92486cee373805 | |
parent | 35c47f59cf0ef3c8b569caa384e3c20c6b68c3a3 (diff) | |
download | serverdata-7b59f1c31abb8d0fc329ebe744c23567cddf4b4a.tar.gz serverdata-7b59f1c31abb8d0fc329ebe744c23567cddf4b4a.tar.bz2 serverdata-7b59f1c31abb8d0fc329ebe744c23567cddf4b4a.tar.xz serverdata-7b59f1c31abb8d0fc329ebe744c23567cddf4b4a.zip |
Allow [Green Eggshell Hat] to pass the green check
Candor set is not true green, tho
-rw-r--r-- | npc/014-5/events.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/014-5/events.txt b/npc/014-5/events.txt index 4ee1723c9..00773a910 100644 --- a/npc/014-5/events.txt +++ b/npc/014-5/events.txt @@ -96,7 +96,7 @@ // Each green accessory raises boost gauge in 25. // Hat, Shirt, Pants, Boots and Gloves. .@boost=0; .@lucky=0; - if (getequipcardid(EQI_HEAD_TOP, 0) == GreenDye) { + if (getequipcardid(EQI_HEAD_TOP, 0) == GreenDye || getequipid(EQI_HEAD_TOP) == GreenEggshellHat) { .@boost+=25; .@lucky+=1; } |