mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Fixes some runtimes in the floor cluwne event (#20558)
This commit is contained in:
@@ -776,7 +776,8 @@ Note that amputating the affected organ does in fact remove the infection from t
|
||||
// Grab all the internal giblets too.
|
||||
for(var/obj/item/organ/internal/organ in internal_organs)
|
||||
var/atom/movable/thing = organ.remove(victim)
|
||||
thing.forceMove(src)
|
||||
if(thing) // Nodrop organs exist
|
||||
thing.forceMove(src)
|
||||
|
||||
release_restraints(victim)
|
||||
victim.bodyparts -= src
|
||||
|
||||
Reference in New Issue
Block a user