Moves External Organs to Nullspace (#15548)

* Moves External Organs to Nullspace

* additions

* oops

* further cleanup
This commit is contained in:
Fox McCloud
2021-03-03 21:34:49 +00:00
committed by GitHub
parent 75935ff876
commit 926d484277
21 changed files with 39 additions and 60 deletions
@@ -333,7 +333,7 @@ effective or pretty fucking useless.
playsound(destination, "sound/magic/disintegrate.ogg", 50, TRUE)
destination.ex_act(rand(1,2))
for(var/obj/item/W in user)
if(istype(W, /obj/item/organ)|| istype(W, /obj/item/implant))
if(istype(W, /obj/item/implant))
continue
if(!user.unEquip(W))
qdel(W)