we used to KILL people WITH HAMMERS for saying things like that

This commit is contained in:
reisenlol 2026-01-13 23:02:06 -08:00
parent 17b1a1e367
commit daf3218043
No known key found for this signature in database
8 changed files with 235 additions and 54 deletions

View file

@ -146,7 +146,8 @@ public class ActionUIHandler : MonoBehaviour
public void SelectWeapon(Weapon weaponSelected)
{
MoveAction();
selectedEntity.currentWeapon = weaponSelected;
selectedEntity.SwitchWeapon(weaponSelected);
HideWeaponList();
UpdateUI();
}