From b05f1759c92e2edb0db329dee9df1b222ecbd46d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 7 Mar 2020 23:50:47 +0100 Subject: [PATCH] moved Rose Garden back to R90 --- content.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.cpp b/content.cpp index 57512025..ff7c51a8 100644 --- a/content.cpp +++ b/content.cpp @@ -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)