mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Bulwark & taj clothing sprite fixes (#12704)
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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."
|
||||
Reference in New Issue
Block a user