more testing

This commit is contained in:
caesarakalaeii 2023-08-13 02:14:04 +02:00
parent 5094364e13
commit b38a0a17fa
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,6 @@ public class MyPlayer : Player<MyPlayer>
public void UpdateWeapon()
{
SetHeavyGadget("Sledge Hammer", 0);
if (Level < gunGame.Count)
{
var w = new WeaponItem
@ -53,6 +52,8 @@ public class MyPlayer : Player<MyPlayer>
};
SetPrimaryWeapon(w, 10, true);
}
SetHeavyGadget("Sledge Hammer", 0);
}
public int GetGameLenght()