gives kidans their unique hand masks, fixes a lot of random clipping (kind of). Also slightly tweaks kida body sprites. (#21905)

* maybe works

* hand fix

* female torso

* tweak to helpers

* that one bad leg

* forgor masks
This commit is contained in:
Sadhorizon
2023-08-20 14:43:40 +01:00
committed by GitHub
parent ab871f41d0
commit 8d220d9633
3 changed files with 1 additions and 1 deletions
@@ -412,7 +412,7 @@ GLOBAL_LIST_EMPTY(damage_icon_parts)
return
var/species_name = ""
if(dna.species.name in list("Drask", "Grey", "Vox"))
if(dna.species.name in list("Drask", "Grey", "Vox", "Kidan"))
species_name = "_[lowertext(dna.species.name)]"
var/icon/hands_mask = icon('icons/mob/body_accessory.dmi', "accessory_none_s") //Needs a blank icon, not actually related to markings at all