Skip to content

Commit

Permalink
🗿
Browse files Browse the repository at this point in the history
  • Loading branch information
ClownMoff committed Aug 22, 2024
1 parent 1e9c633 commit 4d8a29a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions code/modules/clothing/masks/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
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/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"
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.

0 comments on commit 4d8a29a

Please sign in to comment.