mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Made stunned state invulnerable to poise damage
Fixing silly error for comp creation
This commit is contained in:
@ -120,7 +120,7 @@ impl<'a> System<'a> for Sys {
|
||||
&mut inventories.restrict_mut(),
|
||||
&mut controllers,
|
||||
&healths,
|
||||
poises.maybe(),
|
||||
&poises,
|
||||
&bodies,
|
||||
&physics_states,
|
||||
attacking_storage.maybe(),
|
||||
|
Reference in New Issue
Block a user