(1762f02b3) Merge branch 'dev' into human-ai
This commit is contained in:
@@ -21,9 +21,9 @@ namespace Barotrauma
|
||||
{
|
||||
if (!Enabled) { return 1000.0f; }
|
||||
|
||||
if (recipient.Character == null)
|
||||
if (recipient.Character == null || recipient.Character.IsDead)
|
||||
{
|
||||
return 0.1f;
|
||||
return 0.2f;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user