mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Missed a qdel in narsie.
This commit is contained in:
@@ -511,7 +511,7 @@ var/global/list/uneatable = list(
|
||||
A:gib()
|
||||
else if(istype(A,/obj/))
|
||||
A:ex_act(1.0)
|
||||
if(A) del(A)
|
||||
if(A) qdel(A)
|
||||
else if(isturf(A))
|
||||
var/turf/T = A
|
||||
if(T.intact)
|
||||
|
||||
Reference in New Issue
Block a user