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
-2
View File
@@ -30,8 +30,6 @@
for(var/obj/item/I in H)
if(istype(I, /obj/item/implant))
continue
if(istype(I, /obj/item/organ))
continue
qdel(I)
H.equip_to_slot_or_del(new /obj/item/clothing/under/kilt(H), slot_w_uniform)
-2
View File
@@ -18,8 +18,6 @@
for(var/obj/item/I in H)
if(istype(I, /obj/item/implant))
continue
if(istype (I, /obj/item/organ))
continue
qdel(I)
to_chat(H, "<B>You are part of the [station_name()] dodgeball tournament. Throw dodgeballs at crewmembers wearing a different color than you. OOC: Use THROW on an EMPTY-HAND to catch thrown dodgeballs.</B>")