dninemfive / wn-9id

WARNO mod implementing the 9th Infantry Division (Motorized).
Other
0 stars 0 forks source link

Centralize ammo creation in the same way as units #11

Open dninemfive opened 16 hours ago

dninemfive commented 16 hours ago

The new system where units are defined in groups is pretty clean, but currently ammo creation uses the old system where each ammo type must be individually called in main.py. This should be changed to follow the same group pattern - maybe make that a generic class?