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

Adds a mask and a jacket #11357

Closed
wants to merge 10 commits into from
6 changes: 6 additions & 0 deletions code/modules/clothing/masks/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -372,3 +372,9 @@
message = replacetextEx(message,regex(capitalize(key),"g"), "[capitalize(value)]")
message = replacetextEx(message,regex(key,"g"), "[value]")
speech_args[SPEECH_MESSAGE] = trim(message)

/obj/item/clothing/mask/supervillain//https://www.youtube.com/watch?v=gSJeHDlhYls
name = "SUPER VILLAIN mask"
desc = "ALL CAPS when you spell the man's name."
icon_state = "VILLAIN"
item_state = "VILLAIN"
6 changes: 6 additions & 0 deletions code/modules/clothing/suits/jacket.dm
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,9 @@
desc = "A fancy coat made of silk. This one is blue."
icon_state = "aristo_blue"
item_state = "aristo_blue"

/obj/item/clothing/suit/jacket/underground_serpents//https://www.youtube.com/watch?v=S0ximxe4XtU&
name = "underground serpents jacket"
desc = "Underground Serpents Rule! We are the Undeground Serpents. That's us, and we rule!"
icon_state = "underground_serpents_jacket"
item_state = "underground_serpents_jacket"
2 changes: 2 additions & 0 deletions code/modules/vending/autodrobe.dm
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
/obj/item/clothing/under/costume/griffin = 1,
/obj/item/clothing/shoes/griffin = 1,
/obj/item/clothing/head/costume/griffin = 1,
/obj/item/clothing/mask/supervillain = 1,
/obj/item/clothing/suit/jacket/underground_serpents = 1,
/obj/item/clothing/suit/apron = 1,
/obj/item/clothing/under/suit/waiter = 1,
/obj/item/clothing/suit/jacket/miljacket = 1,
Expand Down
Binary file modified icons/mob/clothing/mask.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/suits/jacket.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/masks.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/suits/jacket.dmi
Binary file not shown.
Loading