diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-10-29 21:09:23 +0100 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-10-31 00:15:50 +0000 |
commit | 14e9e4851f5174bcced4ed5b3cce0f4d53df351e (patch) | |
tree | e690795ec037b13d27ee1e38ce8c187fa19e2ed5 /world/map | |
parent | 13b578387069b7eae65c82863650894d01be099c (diff) | |
download | serverdata-14e9e4851f5174bcced4ed5b3cce0f4d53df351e.tar.gz serverdata-14e9e4851f5174bcced4ed5b3cce0f4d53df351e.tar.bz2 serverdata-14e9e4851f5174bcced4ed5b3cce0f4d53df351e.tar.xz serverdata-14e9e4851f5174bcced4ed5b3cce0f4d53df351e.zip |
SunshroomHat to chronos
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/099-7/chronos.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/099-7/chronos.txt b/world/map/npc/099-7/chronos.txt index 1a93fd6e..6ca56cf8 100644 --- a/world/map/npc/099-7/chronos.txt +++ b/world/map/npc/099-7/chronos.txt @@ -64,7 +64,7 @@ L_MaxedMedals: mes "I just reached out telepatically to the invisible forces that keep this world into motion and told them what happened to you, so they are aware of your situation.\""; next; goto L_Question; - + L_ExededMaxMedals: set @cur, CHRONOS_BOSS_MEDALS_MAX - (@BOSS_MEDALS - @dif); set @BOSS_MEDALS, CHRONOS_BOSS_MEDALS_MAX; @@ -293,8 +293,8 @@ OnInit: "Carbon Gas Mask", "Groovy Hat", "Jazzy Hat", "Anniversary Hat", "Chic Santa Hat", "Reading Glasses", "Eggshell Hat", "Smoking Pipe", "Scarab Armlet", "Scissors", "Leprechaun Head", "Mask of Blinking Evil (Green)", "Mask of Blinking Evil (Red)", "Mask of Blinking Evil (Blue)", "Mask of Blinking Evil (Pink)", "Mask of Blinking Evil (Yellow)", "Mask of Blinking Hocus", "Golden Platemail", "Earmuffs"; - setarray $@chronos_3_medal$, "BlinkingEvilHalloween", "MoonshroomHat", "WhiteEvokersRobeBlue", "BlackEvokersRobeBlue", "ApprenticeRobe", "GoldenWarlordPlate", "MagicRing", "Rainerang"; - setarray $@chronos_3_medal_n$, "Mask of Blinking Evil (Orange)", "Moonshroom Hat", "White Evoker's Robe (Blue)", "Black Evoker's Robe (Blue)", "Apprentice Robe", "Golden Warlord Plate", "Magic Ring", "Rainerang"; + setarray $@chronos_3_medal$, "BlinkingEvilHalloween", "MoonshroomHat", "SunshroomHat", "WhiteEvokersRobeBlue", "BlackEvokersRobeBlue", "ApprenticeRobe", "GoldenWarlordPlate", "MagicRing", "Rainerang"; + setarray $@chronos_3_medal_n$, "Mask of Blinking Evil (Orange)", "Moonshroom Hat", "Sunshroom Hat", "White Evoker's Robe (Blue)", "Black Evoker's Robe (Blue)", "Apprentice Robe", "Golden Warlord Plate", "Magic Ring", "Rainerang"; setarray $@chronos_4_medal$, "OverlordsHelmet", "DarkTalisman", "Aureole", "PaladinsHelmet", "EnchantersAmulet", "DragonShield", "HeartOfIsis", "BansheeBow", "BullHelmet", "AssassinShirt", "LazuriteRobe", "DarkHelm", "UnderworldMask", "Phylactery"; |