reduced the treasure reqs for Frog Pond

This commit is contained in:
Zeno Rogue 2020-03-02 17:53:36 +01:00
parent 304265c5ec
commit ab82f36280
1 changed files with 1 additions and 1 deletions

View File

@ -1612,7 +1612,7 @@ MONSTER('F', 0x8080FF, "Blue Frog", moVaulter, ZERO, RESERVED, moVaulter,
NATIVE(among(m, moFrog, moPhaser, moVaulter) ? 2 : 0)
#define LST {itDodeca, itZebra, itSwitch}
REQ(ITEMS_TOTAL(LST, variant_unlock_value()))
REQ(ITEMS_TOTAL(LST, variant_unlock_value()*4/5))
#undef LST
LAND( 0xC0C0FF, "Eclectic City", laEclectic, LF_ICY | LF_ELECTRIC, itEclectic, RESERVED, NODESCYET)