Fixes the worn towel by the Bulwark (#12669)

This commit is contained in:
desven
2021-10-21 22:23:04 -03:00
committed by GitHub
parent c7e8055f26
commit 378b76c59e
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -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")
+4
View File
@@ -0,0 +1,4 @@
author: Desven
delete-after: True
changes:
- bugfix: "Fixed the sprite of the towel when worn by the Vaurca Bulwark."