Skip to content

Commit

Permalink
mutant colors fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekupich committed Jan 4, 2025
1 parent 588444a commit 37e3c7f
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
plural_form = "Таяры"
id = SPECIES_TAJARAN
inherent_traits = list(
TRAIT_MUTANT_COLORS
TRAIT_MUTANT_COLORS,
TRAIT_CATLIKE_GRACE,
TRAIT_HATED_BY_DOGS,
)
changesource_flags = MIRROR_BADMIN | WABBAJACK | MIRROR_MAGIC | MIRROR_PRIDE | ERT_SPAWN | RACE_SWAP | SLIME_EXTRACT

Expand All @@ -21,10 +23,6 @@
mutant_organs = list(
/obj/item/organ/tail/tajaran = "Long tail",
)
inherent_traits = list(
TRAIT_CATLIKE_GRACE,
TRAIT_HATED_BY_DOGS,
)

body_markings = list(/datum/bodypart_overlay/simple/body_marking/tajaran = "None")
bodypart_overrides = list(
Expand Down

0 comments on commit 37e3c7f

Please sign in to comment.