Files
GS13NG/code/__DEFINES/vehicles.dm
silicons 803bff4e5f funny
2020-11-12 23:34:42 -07:00

10 lines
221 B
Plaintext

//Vehicle control flags
#define VEHICLE_CONTROL_PERMISSION 1
#define VEHICLE_CONTROL_DRIVE 2
#define VEHICLE_CONTROL_KIDNAPPED 4 //Can't leave vehicle voluntarily, has to resist.
//Car trait flags
#define CAN_KIDNAP 1