diff --git a/code/game/objects/items/weapons/towel.dm b/code/game/objects/items/weapons/towel.dm index f20fb981687..b81980c9473 100644 --- a/code/game/objects/items/weapons/towel.dm +++ b/code/game/objects/items/weapons/towel.dm @@ -4,6 +4,9 @@ icon = 'icons/obj/weapons.dmi' icon_state = "towel" slot_flags = SLOT_HEAD | SLOT_BELT | SLOT_OCLOTHING + sprite_sheets = list( + BODYTYPE_VAURCA_BULWARK = 'icons/mob/species/bulwark/suit.dmi' + ) force = 1 w_class = ITEMSIZE_NORMAL attack_verb = list("whipped") diff --git a/html/changelogs/desven-bullytowel.yml b/html/changelogs/desven-bullytowel.yml new file mode 100644 index 00000000000..a875a356ea3 --- /dev/null +++ b/html/changelogs/desven-bullytowel.yml @@ -0,0 +1,4 @@ +author: Desven +delete-after: True +changes: + - bugfix: "Fixed the sprite of the towel when worn by the Vaurca Bulwark." \ No newline at end of file