mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user