mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user