[MIRROR] fixes some species trait issues (#5469)

* fixes some species trait issues (#58879)

* fixes some species trait issues

Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-05-05 10:23:32 +01:00
committed by GitHub
co-authored by ATH1909
parent b818ea9a32
commit e1e1d5b3a0
2 changed files with 7 additions and 1 deletions
@@ -574,6 +574,7 @@
fixed_mut_color = "ff0"
say_mod = "honks"
inherent_traits = list(
TRAIT_ADVANCEDTOOLUSER,
TRAIT_CAN_STRIP,
TRAIT_RESISTHEAT,
TRAIT_NOBREATH,
@@ -751,6 +752,7 @@
species_traits = list(NOBLOOD,NO_UNDERWEAR) //no mutcolors, and can burn
inherent_traits = list(
TRAIT_ADVANCEDTOOLUSER,
TRAIT_CAN_STRIP,
TRAIT_RESISTCOLD,
TRAIT_NOBREATH,
TRAIT_RESISTHIGHPRESSURE,
@@ -4,7 +4,11 @@
id = "pod"
default_color = "59CE00"
species_traits = list(MUTCOLORS,EYECOLOR, HAS_FLESH, HAS_BONE)
inherent_traits = list(TRAIT_ADVANCEDTOOLUSER, TRAIT_PLANT_SAFE)
inherent_traits = list(
TRAIT_ADVANCEDTOOLUSER,
TRAIT_CAN_STRIP,
TRAIT_PLANT_SAFE,
)
inherent_biotypes = MOB_ORGANIC | MOB_HUMANOID | MOB_PLANT
inherent_factions = list("plants", "vines")
attack_verb = "slash"