From 511a8e91571d56bac5d2cd8904e4d849ac7a3fad Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 26 Feb 2020 01:37:55 +0100 Subject: [PATCH] onemore fixup to ElectricLand --- orbs.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/orbs.cpp b/orbs.cpp index 8c1c0197..fbd2c111 100644 --- a/orbs.cpp +++ b/orbs.cpp @@ -416,7 +416,10 @@ EX void castLightningBolt(cellwalker lig) { if(c->wall == waGrounded) brk = true; if(c->wall == waFan) spin = true; if(c->wall == waMetal) c->wall = waCharged, brk = true; - if(c->wall == waSandstone) c->wall = waNone, c->item = itFulgurite, brk = true; + if(c->wall == waSandstone) { + c->wall = waNone, brk = true; + if(c->land == laStorms) c->item = itFulgurite; + } if(c->wall == waCharged && first) { for(int i=0; itype; i++)