closes #3, add savage

This commit is contained in:
Sardelka 2022-06-02 09:15:18 +08:00
parent ad3031ef59
commit 3fa62f1a69
2 changed files with 6 additions and 2 deletions

View File

@ -58,7 +58,6 @@ namespace RageCoop.Client
/// <summary>
/// Disable automatic respawn.
/// </summary>
public bool DisableAutoRespawn { get; set; } = true;
public float HpRechargeMultiplier { get; set; } = 1;
public bool DisableAutoRespawn { get; set; } = false;
}
}

View File

@ -36,6 +36,11 @@ namespace RageCoop.Client
int i;
switch (v.Model.Hash)
{
// SAVAGE
case -82626025:
return new MuzzleInfo(v.Bones[30].Position, v.Bones[30].ForwardVector);
// BUZZARD
case 788747387:
i=Main.Ticked%2==0 ? 28 : 23;