/datum/supply_packs /// The name of this supply pack. var/name /// OBJ: What is inside the crate var/list/contains = list() /// STRING: What is inside the crate var/list/contains_special = list() /// The manifest contents for this order. var/manifest = "" /// The number of crates that get generated by this pack. var/amount /// The cost of this pack. var/cost /// Path of the type of order that should be generated from this order var/datum/supply_order/order_type = /datum/supply_order /// The type of container that the contents will arrive in. var/containertype = /obj/structure/closet/crate /// The name to give the container itself. var/containername /// If the container is lockable, the access to require for it. var/access /// If TRUE, this pack is only visible on an emagged supply console. var/hidden = FALSE /// If TRUE, this pack is only visible on a hacked supply console. var/contraband = FALSE /// If TRUE, this pack is only visible on a cmagged supply console. var/cmag_hidden = FALSE /// A special pack that should not appear unless certain circumstances are fulfilled (event, station goals, admin packs) var/special = FALSE /// If this pack is special, whether it should be visible or not. var/special_enabled = FALSE /// If true, this pack can only be ordered in units of 1. var/singleton = FALSE /// Identifier indicating the specific "set" of singletons that this belongs to. /// Only one item in this set can be in the shopping cart at once. var/singleton_group_id /// The pack group this should appear in. var/group = SUPPLY_MISC ///Determines which departments do not need QM approval to order this supply pack var/list/department_restrictions = list() /// Particular beacons that we'll notify the relevant department when we reach var/list/announce_beacons = list() /// List of names for being done in TGUI var/list/ui_manifest = list() /// If this variable is filled, this grants the user a special TGUI confirmation prompt about ordering this shuttle, before they can place the order. Similar to bag of holding. var/are_you_sure_you_want_to_be_banned /datum/supply_packs/New() . = ..() manifest += "