Skip to content

Commit

Permalink
gives kidans their unique hand masks, fixes a lot of random clipping …
Browse files Browse the repository at this point in the history
…(kind of). Also slightly tweaks kida body sprites. (ParadiseSS13#21905)

* maybe works

* hand fix

* female torso

* tweak to helpers

* that one bad leg

* forgor masks
  • Loading branch information
Sadhorizon authored Aug 20, 2023
1 parent ab871f4 commit 8d220d9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human_update_icons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified icons/mob/clothing/masking_helpers.dmi
Binary file not shown.
Binary file modified icons/mob/human_races/r_kidan.dmi
Binary file not shown.

0 comments on commit 8d220d9

Please sign in to comment.