void ChillStance() { if (currentEquipLayer == Equippable.WeaponLayer.FISTS) { //PunchControls(); } else { currentlyEquipped.ChillStanceUpdate(animator); } }