mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
Fixes exploded limbs not launching their contents
This commit is contained in:
@@ -674,8 +674,8 @@ Note that amputating the affected organ does in fact remove the infection from t
|
||||
gore.update_icon()
|
||||
gore.throw_at(get_edge_target_turf(src,pick(alldirs)),rand(1,3),30)
|
||||
|
||||
for(var/obj/item/organ/I in internal_organs)
|
||||
I.removed()
|
||||
for(var/obj/item/organ/I in contents)
|
||||
I.loc = loc
|
||||
if(istype(loc,/turf))
|
||||
I.throw_at(get_edge_target_turf(src,pick(alldirs)),rand(1,3),30)
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user