runtime fix?

This commit is contained in:
Metis
2024-09-18 01:21:00 -04:00
parent 24de9f5e4d
commit f1a9516502
3 changed files with 4 additions and 1 deletions
+4 -1
View File
@@ -134,6 +134,8 @@
/obj/item/clothing/mask/pig/gag //this one only lets you say "oink" and similar
name = "Voice modulator - pig"
desc = "A small gag, used to silence people in a rather 'original' way."
icon = 'GainStation13/icons/obj/masks.dmi'
mob_overlay_icon = 'GainStation13/icons/mob/mask.dmi'
icon_state = "ballgag"
item_state = "ballgag"
flags_inv = HIDEFACE
@@ -144,7 +146,8 @@
/obj/item/clothing/mask/cowmask/gag //this one only lets you say "moo" and similar
name = "Voice modulator - cow"
desc = "A small gag, used to silence people in a rather 'original' way."
icon = 'icons/obj/clothing/masks.dmi'
icon = 'GainStation13/icons/obj/masks.dmi'
mob_overlay_icon = 'GainStation13/icons/mob/mask.dmi'
icon_state = "ballgag"
item_state = "ballgag"
flags_inv = HIDEFACE
Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB