Bulwark & taj clothing sprite fixes (#12704)

This commit is contained in:
Casper3667
2021-10-31 23:47:47 -03:00
committed by GitHub
parent 5c61ae40c7
commit 4be21103ce
4 changed files with 10 additions and 13 deletions
@@ -657,10 +657,7 @@
desc = "A Vaurca cloak with storage pockets."
icon_state = "cape"
item_state = "cape"
sprite_sheets = list(BODYTYPE_VAURCA = 'icons/mob/species/vaurca/back.dmi')
sprite_sheets = list(
BODYTYPE_VAURCA_BULWARK = 'icons/mob/species/bulwark/back.dmi'
)
sprite_sheets = list(BODYTYPE_VAURCA = 'icons/mob/species/vaurca/back.dmi', BODYTYPE_VAURCA_BULWARK = 'icons/mob/species/bulwark/back.dmi')
var/hooded = FALSE
/obj/item/storage/backpack/cloak/verb/toggle_cloak_hood()
+1 -1
View File
@@ -604,7 +604,7 @@ BLIND // can't see anything
icon_state = "blinders"
item_state = "blinders"
sprite_sheets = list(
BODYTYPE_VAURCA_BULWARK = 'icons/mob/species/bulwark/eyes.dmi'
BODYTYPE_VAURCA_BULWARK = 'icons/mob/species/bulwark/eyes.dmi', BODYTYPE_VAURCA_WARFORM = 'icons/mob/species/warriorform/eyes.dmi'
)
contained_sprite = TRUE
shatter_material = FALSE
+2 -8
View File
@@ -49,10 +49,7 @@
desc = "Modified pair of boots, particularly friendly to those species whose toes hold claws."
icon_state = "jackboots_toeless"
species_restricted = null
sprite_sheets = list(BODYTYPE_TAJARA = 'icons/mob/species/tajaran/shoes.dmi')
sprite_sheets = list(
BODYTYPE_VAURCA_BULWARK = 'icons/mob/species/bulwark/shoes.dmi'
)
sprite_sheets = list(BODYTYPE_TAJARA = 'icons/mob/species/tajaran/shoes.dmi', BODYTYPE_VAURCA_BULWARK = 'icons/mob/species/bulwark/shoes.dmi')
/obj/item/clothing/shoes/jackboots/toeless/knee
name = "knee-high toeless black boots"
@@ -92,10 +89,7 @@
desc = "A pair of toeless work boots designed for use in industrial settings. Modified for species whose toes have claws."
icon_state = "workboots_toeless"
species_restricted = null
sprite_sheets = list(BODYTYPE_TAJARA = 'icons/mob/species/tajaran/shoes.dmi')
sprite_sheets = list(
BODYTYPE_VAURCA_BULWARK = 'icons/mob/species/bulwark/shoes.dmi'
)
sprite_sheets = list(BODYTYPE_TAJARA = 'icons/mob/species/tajaran/shoes.dmi', BODYTYPE_VAURCA_BULWARK = 'icons/mob/species/bulwark/shoes.dmi')
/obj/item/clothing/shoes/workboots/grey
name = "grey workboots"
+6
View File
@@ -0,0 +1,6 @@
author: TheGreyWolf
delete-after: True
changes:
- bugfix: "Fixes some species specific (primarily taj & bulwark) issues with the following sprites: Tunnel cloak, vaurca blinders and toeless jackboots & toeless workboots."