jChicote / Dungeon_Breakout

An fps roguelike monster game, where you are trapped inside the walls of the dungeon where many creatures remain.
MIT License
0 stars 0 forks source link

Make weapons have set default ammo count #104

Open jChicote opened 1 year ago

jChicote commented 1 year ago

Description

The weapon currently only fires the size of the clip and can have infinite reloads. What we want is for the weapon to contain the default amount of ammo that it can hold.

Acceptance Criteria

Implementation