diff --git a/code/modules/clothing/masks/miscellaneous.dm b/code/modules/clothing/masks/miscellaneous.dm index 2dc2c87d57a1d..3e1199ebf6a65 100644 --- a/code/modules/clothing/masks/miscellaneous.dm +++ b/code/modules/clothing/masks/miscellaneous.dm @@ -369,9 +369,8 @@ 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 +/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" - flags_inv = HIDEFACE|HIDEHAIR|HIDEFACIALHAIR|HIDESNOUT diff --git a/code/modules/clothing/suits/jacket.dm b/code/modules/clothing/suits/jacket.dm index becfbb2461332..c30c60923349f 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/jacket/underground_serpents// 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/icons/mob/clothing/mask.dmi b/icons/mob/clothing/mask.dmi index b7210c6413d0c..4dde54cd0a883 100644 Binary files a/icons/mob/clothing/mask.dmi and b/icons/mob/clothing/mask.dmi differ diff --git a/icons/mob/clothing/suits/jacket.dmi b/icons/mob/clothing/suits/jacket.dmi index daa5c4790363a..ea4452ea87e3c 100644 Binary files a/icons/mob/clothing/suits/jacket.dmi and b/icons/mob/clothing/suits/jacket.dmi differ