- opengl blur shader
- the "heal" console command cancels stun - the camera shakes when the sub hits something only if controlled character is inside the sub
This commit is contained in:
@@ -332,6 +332,7 @@ namespace Barotrauma
|
||||
Character.Controlled.AddDamage(CauseOfDeath.Damage, -Character.Controlled.MaxHealth, null);
|
||||
Character.Controlled.Oxygen = 100.0f;
|
||||
Character.Controlled.Bleeding = 0.0f;
|
||||
Character.Controlled.AnimController.StunTimer = 0.0f;
|
||||
}
|
||||
break;
|
||||
case "revive":
|
||||
|
||||
Reference in New Issue
Block a user