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 16:34:49 -05:00
committed by GitHub
parent 75935ff876
commit 926d484277
21 changed files with 39 additions and 60 deletions
-3
View File
@@ -2967,9 +2967,6 @@
if(!security)
//strip their stuff before they teleport into a cell :downs:
for(var/obj/item/W in H)
if(istype(W, /obj/item/organ/external))
continue
//don't strip organs
H.unEquip(W)
if(H.client)
H.client.screen -= W