mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user