From fbdb3c12a8692c7f6a92a193cb2d5d24146ead11 Mon Sep 17 00:00:00 2001 From: ClownMoff Date: Thu, 22 Aug 2024 14:25:13 +0100 Subject: [PATCH] Something this party could use is more.... booze --- code/modules/clothing/masks/miscellaneous.dm | 2 +- code/modules/clothing/suits/jacket.dm | 2 +- code/modules/vending/autodrobe.dm | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/masks/miscellaneous.dm b/code/modules/clothing/masks/miscellaneous.dm index ab65ffc97ad1b..2dc2c87d57a1d 100644 --- a/code/modules/clothing/masks/miscellaneous.dm +++ b/code/modules/clothing/masks/miscellaneous.dm @@ -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" diff --git a/code/modules/clothing/suits/jacket.dm b/code/modules/clothing/suits/jacket.dm index 2d3c2adc797d3..becfbb2461332 100644 --- a/code/modules/clothing/suits/jacket.dm +++ b/code/modules/clothing/suits/jacket.dm @@ -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" diff --git a/code/modules/vending/autodrobe.dm b/code/modules/vending/autodrobe.dm index b6444437b82b4..ea372d99a970f 100644 --- a/code/modules/vending/autodrobe.dm +++ b/code/modules/vending/autodrobe.dm @@ -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,