mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
5 lines
285 B
Plaintext
5 lines
285 B
Plaintext
//Gun loading types
|
|
#define SINGLE_CASING 1 //The gun only accepts ammo_casings. ammo_magazines should never have this as their mag_type.
|
|
#define SPEEDLOADER 2 //Transfers casings from the mag to the gun when used.
|
|
#define MAGAZINE 4 //The magazine item itself goes inside the gun
|