Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Street Mime Suit #752

Merged
merged 3 commits into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions code/modules/vending/autodrobe.dm
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,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.
Loading