From 2e3d0ecd7cd8a8c82a412c0931f5d38edfc04cbe Mon Sep 17 00:00:00 2001 From: Jacob Mandelson Date: Mon, 28 Nov 2022 19:00:01 -0800 Subject: [PATCH] Give the Plane of Fire a redder floor than CR4. --- content.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.cpp b/content.cpp index 6017fb74..a9b19147 100644 --- a/content.cpp +++ b/content.cpp @@ -1256,7 +1256,7 @@ LAND( 0x606060, "Zebra", laZebra, ZERO, itZebra, RESERVED, "Everything in this L NATIVE((m == moOrangeDog) ? 2 : 0) REQ(GOLD(R30) ITEMS(itFeather, U10)) -LAND( 0xC08080, "Plane of Fire", laEFire, ZERO | LF_ELEMENTAL, itElemental, RESERVED, elemdesc) +LAND( 0xFFA080, "Plane of Fire", laEFire, ZERO | LF_ELEMENTAL, itElemental, RESERVED, elemdesc) NATIVE(m == moFireElemental ? 2 : isNative(laElementalWall, m)) REQAS(laElementalWall,)