mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Fix runtime in Hallucination.dm when target.client is null
This commit is contained in:
@@ -159,6 +159,8 @@ Gunshots/explosions/opening doors/less rare audio (done)
|
||||
next_expand = world.time + FAKE_FLOOD_EXPAND_TIME
|
||||
|
||||
/obj/effect/hallucination/fake_flood/proc/Expand()
|
||||
if(!target)
|
||||
qdel(src)
|
||||
for(var/turf/FT in flood_turfs)
|
||||
for(var/dir in GLOB.cardinal)
|
||||
var/turf/T = get_step(FT, dir)
|
||||
|
||||
Reference in New Issue
Block a user