Files
CHOMPStation2/code/__defines/ammunition.dm
2024-06-09 18:26:41 +02:00

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