Skip to content

Commit

Permalink
Something this party could use is more.... booze
Browse files Browse the repository at this point in the history
  • Loading branch information
ClownMoff committed Aug 22, 2024
1 parent d6846d9 commit fbdb3c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/clothing/masks/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
message = replacetextEx(message,regex(key,"g"), "[value]")
speech_args[SPEECH_MESSAGE] = trim(message)

/obj/item/clothing/mask/supervillain
/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"
Expand Down
2 changes: 1 addition & 1 deletion code/modules/clothing/suits/jacket.dm
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
icon_state = "aristo_blue"
item_state = "aristo_blue"

/obj/item/clothing/suit/underground_serpents_jacket // https://www.youtube.com/watch?v=S0ximxe4XtU&
/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"
Expand Down
2 changes: 2 additions & 0 deletions code/modules/vending/autodrobe.dm
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,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/underground_serpents_jacket = 1,
/obj/item/clothing/suit/apron = 1,
/obj/item/clothing/under/suit/waiter = 1,
/obj/item/clothing/suit/jacket/miljacket = 1,
Expand Down

0 comments on commit fbdb3c1

Please sign in to comment.