Skip to content

Commit

Permalink
Gives unathi the big snake tail (#9175)
Browse files Browse the repository at this point in the history
* fat tail rights

* redid as additive variant
  • Loading branch information
elgeonmb authored Aug 5, 2023
1 parent c94a947 commit 10805f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/modules/mob/new_player/sprite_accessories_tail.dm
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,12 @@
species_allowed = list(SPECIES_UNATHI, SPECIES_EVENT1, SPECIES_EVENT2, SPECIES_EVENT3)
color_blend_mode = ICON_ADD

/datum/sprite_accessory/tail/special/unathi_yeosa
name = "Yeosa'unathi tail"
icon_state = "unathitail_yeosa_s"
species_allowed = list(SPECIES_UNATHI, SPECIES_EVENT1, SPECIES_EVENT2, SPECIES_EVENT3)
color_blend_mode = ICON_ADD

/datum/sprite_accessory/tail/special/tajaran
name = "Tajaran tail"
icon_state = "tajtail_s"
Expand Down
Binary file modified icons/effects/species_tails.dmi
Binary file not shown.

0 comments on commit 10805f8

Please sign in to comment.