Unstable 0.15.12.0

This commit is contained in:
Markus Isberg
2021-10-27 22:07:32 +09:00
parent 6b84ff65e3
commit 1718dbc1c1
11 changed files with 26 additions and 11 deletions
@@ -184,6 +184,7 @@ namespace Barotrauma.Items.Components
{
foreach ((Character character, Node node) in charactersInRange)
{
if (character == null || character.Removed) { continue; }
character.ApplyAttack(null, node.WorldPosition, attack, 1.0f);
}
}