Let players choose to grab onto the body's torso!

Better CPR animations
todo: network the limb targeting
This commit is contained in:
Alex Noir
2017-12-08 13:47:27 +03:00
parent d34c783c30
commit 48fb3d58b9
3 changed files with 104 additions and 30 deletions
@@ -9,6 +9,8 @@ namespace Barotrauma
public enum Animation { None, Climbing, UsingConstruction, Struggle, CPR };
public Animation Anim;
public LimbType GrabLimb;
protected Character character;
protected float walkSpeed, swimSpeed;