Monkeyzing left more weared stuff.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1399 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
rastaf.zero@gmail.com
2011-04-06 19:14:57 +00:00
parent 9516507370
commit 0b5e8b36db
+3 -1
View File
@@ -1,7 +1,9 @@
/mob/living/carbon/human/proc/monkeyize()
if (src.monkeyizing)
return
for(var/obj/item/weapon/W in src)
for(var/obj/item/W in src)
if (W==src.w_uniform) // will be teared
continue
src.u_equip(W)
if (src.client)
src.client.screen -= W