mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
Forgot to qdel
This commit is contained in:
@@ -2107,7 +2107,7 @@ var/global/list/special_role_times = list( //minimum age (in days) for accounts
|
||||
var/obj/item/organ/external/O = character.bodyparts_by_name[name]
|
||||
if(O)
|
||||
if(status == "amputated")
|
||||
O.remove(character)
|
||||
qdel(O.remove(character))
|
||||
|
||||
else if(status == "cyborg")
|
||||
if(rlimb_data[name])
|
||||
|
||||
Reference in New Issue
Block a user