Skip to content

Commit

Permalink
Merge pull request #752 from NicoDeLuna/streetmime
Browse files Browse the repository at this point in the history
Street Mime Suit
  • Loading branch information
dwasint authored Dec 20, 2023
2 parents 7fd149c + 0fb28d8 commit 53cf89b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/vending/autodrobe.dm
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
/obj/item/clothing/under/suit/white_on_white = 1,
/obj/item/clothing/head/tragic = 2,
/obj/item/clothing/under/costume/tragic = 2,
/obj/item/clothing/under/costume/streetmime = 1,
/obj/item/clothing/mask/gas/clown_hat/yellow = 1,
/obj/item/clothing/shoes/clown_shoes/yellow = 1,
/obj/item/clothing/head/knowingclown = 2,
Expand Down
8 changes: 8 additions & 0 deletions monkestation/code/modules/clothing/under/costume.dm
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@
icon_state = "worldchampion_gi"
can_adjust = FALSE

/obj/item/clothing/under/costume/streetmime
name = "street mime suit"
desc = "Although unorthodoxly colorful, it is practical for standing out in space France."
icon = 'monkestation/icons/obj/clothing/uniforms.dmi'
worn_icon = 'monkestation/icons/mob/clothing/uniform.dmi'
icon_state = "streetmime"
can_adjust = FALSE

/obj/item/clothing/under/costume/tragic
name = "tragic mime suit"
desc = "A skin-tight black suit for theatre actors. You feel the need to remind a doctor to eat food and sleep."
Expand Down
Binary file modified monkestation/icons/mob/clothing/uniform.dmi
Binary file not shown.
Binary file modified monkestation/icons/obj/clothing/uniforms.dmi
Binary file not shown.

0 comments on commit 53cf89b

Please sign in to comment.