From ce4cc2e860684dfb084b9c496f8ccff21ce1a996 Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Tue, 2 Feb 2016 22:59:11 -0800 Subject: [PATCH] Makes limb disintegration actually delete the limbs --- code/modules/organs/organ_external.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/organs/organ_external.dm b/code/modules/organs/organ_external.dm index 445892310dc..1f2b85f432d 100644 --- a/code/modules/organs/organ_external.dm +++ b/code/modules/organs/organ_external.dm @@ -695,6 +695,9 @@ Note that amputating the affected organ does in fact remove the infection from t throw_at(get_edge_target_turf(src,pick(alldirs)),rand(1,3),30) dir = 2 return + else + qdel(src) // If you flashed away to ashes, YOU FLASHED AWAY TO ASHES + return /**************************************************** HELPERS