- More gore particles when severing limbs!
- Explosions can sever limbs even if the target character is dead. Now explosive projectiles can explode creatures into pieces even if the creature dies of the initial projectile impact and not the explosion. - Disabled blood particles on carriers and fractal guardians.
This commit is contained in:
@@ -85,7 +85,7 @@ namespace Barotrauma
|
||||
public float TargetForce { get; private set; }
|
||||
|
||||
[Serialize(0.0f, false)]
|
||||
public float SeverLimbsProbability { get; private set; }
|
||||
public float SeverLimbsProbability { get; set; }
|
||||
|
||||
[Serialize(0.0f, false)]
|
||||
public float Priority { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user