fix default suit integrity
This commit is contained in:
parent
257094dc8e
commit
c040dbb332
|
@ -189,7 +189,7 @@ const SUIT_SIMPLE: Suit = Suit {
|
|||
power_max: 1e5,
|
||||
oxygen: nature::OXY_D,
|
||||
oxygen_max: nature::OXY_D,
|
||||
integrity: 1e5,
|
||||
integrity: 1.0,
|
||||
};
|
||||
|
||||
pub fn update_physics_lifeforms(
|
||||
|
|
Loading…
Reference in a new issue