closes #3, add savage
This commit is contained in:
parent
ad3031ef59
commit
3fa62f1a69
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user