mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 00:53:23 +01:00
Fixes a kitchen spike runtime
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
|
||||
/obj/structure/kitchenspike/proc/spike(mob/living/victim)
|
||||
|
||||
if(!istype(victim))
|
||||
if(!istype(victim) || QDELETED(victim))
|
||||
return FALSE
|
||||
|
||||
if(has_buckled_mobs()) //to prevent spam/queing up attacks
|
||||
|
||||
Reference in New Issue
Block a user