Skip to content

Commit

Permalink
https://www.youtube.com/watch?v=rfJwh28-ZIg
Browse files Browse the repository at this point in the history
  • Loading branch information
ClownMoff committed Aug 22, 2024
1 parent 411b6b8 commit 49902dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/modules/clothing/masks/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -368,3 +368,10 @@
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
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
Binary file modified icons/mob/clothing/mask.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/masks.dmi
Binary file not shown.

0 comments on commit 49902dc

Please sign in to comment.