moved Rose Garden back to R90

This commit is contained in:
Zeno Rogue 2020-03-07 23:50:47 +01:00
parent 40d0c7e5e2
commit b05f1759c9
1 changed files with 1 additions and 1 deletions

View File

@ -1329,7 +1329,7 @@ LAND( 0xC0C0FF, "Windy Plains", laWhirlwind, ZERO, itWindstone, RESERVED, windde
LAND( 0x764e7c*2, "Rose Garden", laRose, ZERO, itRose, RESERVED, roselanddesc)
NATIVE((m == moFalsePrincess || m == moRoseBeauty || m == moRoseLady) ? 2 : 0)
REQ( GOLD(R60) )
REQ( GOLD(R90) )
LAND( 0xFFD580, "Warped Coast", laWarpCoast, ZERO | LF_WARPED | LF_COASTAL, itCoral, RESERVED, warplanddesc)
NATIVE(m == moRatling ? 2 : m == moRatlingAvenger ? 1 : 0)