mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
combat: lowered flee_health on roshwalr
This commit is contained in:
parent
e1e78a914f
commit
f1b77e27fe
@ -283,6 +283,7 @@ impl<'a> From<&'a Body> for Psyche {
|
||||
quadruped_medium::Species::Dreadhorn => 0.2,
|
||||
quadruped_medium::Species::Bonerattler => 0.0,
|
||||
quadruped_medium::Species::Tiger => 0.1,
|
||||
quadruped_medium::Species::Roshwalr => 0.1,
|
||||
_ => 0.3,
|
||||
},
|
||||
Body::QuadrupedLow(quadruped_low) => match quadruped_low.species {
|
||||
|
Loading…
Reference in New Issue
Block a user