Squish Squash

This commit is contained in:
ZomgPonies
2015-04-04 14:27:53 -04:00
parent c3a2916d85
commit 91e8b909c0
149 changed files with 3449 additions and 2543 deletions
+1 -1
View File
@@ -2220,7 +2220,7 @@
if(!security)
//strip their stuff before they teleport into a cell :downs:
for(var/obj/item/weapon/W in H)
if(istype(W, /datum/organ/external))
if(istype(W, /obj/item/organ/external))
continue
//don't strip organs
H.unEquip(W)