Lavaland ruin rad storm fix (#15242)

* Lavaland rad storm fix

* whoops

* double whoops

* Update Lavaland.dmm
This commit is contained in:
Chayse Ramsay
2021-10-06 16:28:29 +01:00
committed by GitHub
parent 383f4423ac
commit d1611ddf42
33 changed files with 2806 additions and 2797 deletions
@@ -364,7 +364,7 @@ Difficulty: Normal
var/turf/T = get_turf(victim)
if(!istype(victim) || victim.stat == DEAD || !T || arena_cooldown > world.time)
return
if((istype(get_area(T), /area/ruin/unpowered/hierophant) || istype(get_area(src), /area/ruin/unpowered/hierophant)) && victim != src)
if((istype(get_area(T), /area/ruin/lavaland/unpowered/hierophant) || istype(get_area(src), /area/ruin/lavaland/unpowered/hierophant)) && victim != src)
return
arena_cooldown = world.time + initial(arena_cooldown)
for(var/d in GLOB.cardinals)