mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-17 20:30:46 +01:00
6cabe9f7e6
* first set of defines * some more * . * final defines * del local define
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
|