We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146e7fc commit e13cf12Copy full SHA for e13cf12
code/defines/obj/clothing.dm
@@ -341,19 +341,6 @@
341
return
342
usr.update_clothing() //so our overlays update
343
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
357
/obj/item/clothing/suit/storage/chef
358
name = "chef coat"
359
desc = "A fancy chef's coat."
@@ -667,4 +654,4 @@
667
654
desc = "A very amish looking suit"
668
655
name = "Amish Suit"
669
656
icon_state = "sl_suit"
670
- item_color = "sl_suit"
657
+ item_color = "sl_suit"
0 commit comments