From 378b76c59e48fc76d2f9a3dde2024fefe814c669 Mon Sep 17 00:00:00 2001 From: desven <45808369+desvenlafaxine@users.noreply.github.com> Date: Thu, 21 Oct 2021 20:23:04 -0500 Subject: [PATCH] Fixes the worn towel by the Bulwark (#12669) --- code/game/objects/items/weapons/towel.dm | 3 +++ html/changelogs/desven-bullytowel.yml | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 html/changelogs/desven-bullytowel.yml 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