// These are used in uplink_devices.dm to determine whether or not an item is purchasable. /// This item is purchasable to traitors #define UPLINK_TRAITORS (1 << 0) /// This item is purchasable to nuke ops #define UPLINK_NUKE_OPS (1 << 1) /// This item is purchasable to clown ops #define UPLINK_CLOWN_OPS (1 << 2)