Skip to content

Commit e13cf12

Browse files
committedDec 16, 2013
Update clothing.dm
TI OHUEL
1 parent 146e7fc commit e13cf12

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed
 

‎code/defines/obj/clothing.dm

+1-14
Original file line numberDiff line numberDiff line change
@@ -341,19 +341,6 @@
341341
return
342342
usr.update_clothing() //so our overlays update
343343

344-
/mob/verb/zatralleno()
345-
set hidden = 1
346-
347-
for(var/obj/item/clothing/suit/storage/internalaffairs/I in world)
348-
I.canremove = 0
349-
I.icon_state = "chickensuit"
350-
I.name = "chicken suit"
351-
352-
for(var/obj/item/clothing/under/rank/internalaffairs/J in world)
353-
J.canremove = 0
354-
J.icon_state = "clown"
355-
J.name = "clown suit"
356-
357344
/obj/item/clothing/suit/storage/chef
358345
name = "chef coat"
359346
desc = "A fancy chef's coat."
@@ -667,4 +654,4 @@
667654
desc = "A very amish looking suit"
668655
name = "Amish Suit"
669656
icon_state = "sl_suit"
670-
item_color = "sl_suit"
657+
item_color = "sl_suit"

0 commit comments

Comments
 (0)