Changes all access const to be a define
This commit is contained in:
+25
-25
@@ -40,7 +40,7 @@
|
||||
/datum/supply_pack/emergency/spacesuit
|
||||
name = "Space Suit Crate"
|
||||
cost = 3000
|
||||
access = GLOB.access_eva
|
||||
access = ACCESS_EVA
|
||||
contains = list(/obj/item/clothing/suit/space,
|
||||
/obj/item/clothing/suit/space,
|
||||
/obj/item/clothing/head/helmet/space,
|
||||
@@ -121,7 +121,7 @@
|
||||
/datum/supply_pack/emergency/atmostank
|
||||
name = "Firefighting Watertank"
|
||||
cost = 1000
|
||||
access = GLOB.access_atmospherics
|
||||
access = ACCESS_ATMOSPHERICS
|
||||
contains = list(/obj/item/weapon/watertank/atmos)
|
||||
crate_name = "firefighting watertank crate"
|
||||
crate_type = /obj/structure/closet/crate/secure
|
||||
@@ -144,7 +144,7 @@
|
||||
/datum/supply_pack/emergency/weedcontrol
|
||||
name = "Weed Control Crate"
|
||||
cost = 1500
|
||||
access = GLOB.access_hydroponics
|
||||
access = ACCESS_HYDROPONICS
|
||||
contains = list(/obj/item/weapon/scythe,
|
||||
/obj/item/clothing/mask/gas,
|
||||
/obj/item/weapon/grenade/chem_grenade/antiweed,
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
/datum/supply_pack/security
|
||||
group = "Security"
|
||||
access = GLOB.access_security
|
||||
access = ACCESS_SECURITY
|
||||
crate_type = /obj/structure/closet/crate/secure/gear
|
||||
|
||||
/datum/supply_pack/security/supplies
|
||||
@@ -290,7 +290,7 @@
|
||||
crate_name = "forensics crate"
|
||||
|
||||
/datum/supply_pack/security/armory
|
||||
access = GLOB.access_armory
|
||||
access = ACCESS_ARMORY
|
||||
crate_type = /obj/structure/closet/crate/secure/weapon
|
||||
|
||||
/datum/supply_pack/security/armory/riothelmets
|
||||
@@ -378,7 +378,7 @@
|
||||
/datum/supply_pack/security/armory/fire
|
||||
name = "Incendiary Weapons Crate"
|
||||
cost = 1500
|
||||
access = GLOB.access_heads
|
||||
access = ACCESS_HEADS
|
||||
contains = list(/obj/item/weapon/flamethrower/full,
|
||||
/obj/item/weapon/tank/internals/plasma,
|
||||
/obj/item/weapon/tank/internals/plasma,
|
||||
@@ -510,7 +510,7 @@
|
||||
/datum/supply_pack/science/nitrous_oxide_canister
|
||||
name = "Nitrous Oxide Canister"
|
||||
cost = 3000
|
||||
access = GLOB.access_atmospherics
|
||||
access = ACCESS_ATMOSPHERICS
|
||||
contains = list(/obj/machinery/portable_atmospherics/canister/nitrous_oxide)
|
||||
crate_name = "nitrous oxide canister crate"
|
||||
crate_type = /obj/structure/closet/crate/secure
|
||||
@@ -627,7 +627,7 @@
|
||||
/datum/supply_pack/engineering/engine
|
||||
name = "Emitter Crate"
|
||||
cost = 1500
|
||||
access = GLOB.access_ce
|
||||
access = ACCESS_CE
|
||||
contains = list(/obj/machinery/power/emitter,
|
||||
/obj/machinery/power/emitter)
|
||||
crate_name = "emitter crate"
|
||||
@@ -676,7 +676,7 @@
|
||||
/datum/supply_pack/engineering/engine/supermatter_shard
|
||||
name = "Supermatter Shard Crate"
|
||||
cost = 10000
|
||||
access = GLOB.access_ce
|
||||
access = ACCESS_CE
|
||||
contains = list(/obj/machinery/power/supermatter_shard)
|
||||
crate_name = "supermatter shard crate"
|
||||
crate_type = /obj/structure/closet/crate/secure/engineering
|
||||
@@ -713,7 +713,7 @@
|
||||
/datum/supply_pack/engineering/shuttle_engine
|
||||
name = "Shuttle Engine Crate"
|
||||
cost = 5000
|
||||
access = GLOB.access_ce
|
||||
access = ACCESS_CE
|
||||
contains = list(/obj/structure/shuttle/engine/propulsion/burst/cargo)
|
||||
crate_name = "shuttle engine crate"
|
||||
crate_type = /obj/structure/closet/crate/secure/engineering
|
||||
@@ -798,7 +798,7 @@
|
||||
/datum/supply_pack/medical/virus
|
||||
name = "Virus Crate"
|
||||
cost = 2500
|
||||
access = GLOB.access_cmo
|
||||
access = ACCESS_CMO
|
||||
contains = list(/obj/item/weapon/reagent_containers/glass/bottle/flu_virion,
|
||||
/obj/item/weapon/reagent_containers/glass/bottle/cold,
|
||||
/obj/item/weapon/reagent_containers/glass/bottle/epiglottis_virion,
|
||||
@@ -863,7 +863,7 @@
|
||||
/datum/supply_pack/science/robotics
|
||||
name = "Robotics Assembly Crate"
|
||||
cost = 1000
|
||||
access = GLOB.access_robotics
|
||||
access = ACCESS_ROBOTICS
|
||||
contains = list(/obj/item/device/assembly/prox_sensor,
|
||||
/obj/item/device/assembly/prox_sensor,
|
||||
/obj/item/device/assembly/prox_sensor,
|
||||
@@ -877,7 +877,7 @@
|
||||
/datum/supply_pack/science/robotics/mecha_ripley
|
||||
name = "Circuit Crate (Ripley APLU)"
|
||||
cost = 3000
|
||||
access = GLOB.access_robotics
|
||||
access = ACCESS_ROBOTICS
|
||||
contains = list(/obj/item/weapon/book/manual/ripley_build_and_repair,
|
||||
/obj/item/weapon/circuitboard/mecha/ripley/main,
|
||||
/obj/item/weapon/circuitboard/mecha/ripley/peripherals)
|
||||
@@ -887,7 +887,7 @@
|
||||
/datum/supply_pack/science/robotics/mecha_odysseus
|
||||
name = "Circuit Crate (Odysseus)"
|
||||
cost = 2500
|
||||
access = GLOB.access_robotics
|
||||
access = ACCESS_ROBOTICS
|
||||
contains = list(/obj/item/weapon/circuitboard/mecha/odysseus/peripherals,
|
||||
/obj/item/weapon/circuitboard/mecha/odysseus/main)
|
||||
crate_name = "\improper Odysseus circuit crate"
|
||||
@@ -896,7 +896,7 @@
|
||||
/datum/supply_pack/science/plasma
|
||||
name = "Plasma Assembly Crate"
|
||||
cost = 1000
|
||||
access = GLOB.access_tox_storage
|
||||
access = ACCESS_TOX_STORAGE
|
||||
contains = list(/obj/item/weapon/tank/internals/plasma,
|
||||
/obj/item/weapon/tank/internals/plasma,
|
||||
/obj/item/weapon/tank/internals/plasma,
|
||||
@@ -915,7 +915,7 @@
|
||||
/datum/supply_pack/science/shieldwalls
|
||||
name = "Shield Generators"
|
||||
cost = 2000
|
||||
access = GLOB.access_teleporter
|
||||
access = ACCESS_TELEPORTER
|
||||
contains = list(/obj/machinery/shieldwallgen,
|
||||
/obj/machinery/shieldwallgen,
|
||||
/obj/machinery/shieldwallgen,
|
||||
@@ -926,7 +926,7 @@
|
||||
/datum/supply_pack/science/transfer_valves
|
||||
name = "Tank Transfer Valves Crate"
|
||||
cost = 6000
|
||||
access = GLOB.access_rd
|
||||
access = ACCESS_RD
|
||||
contains = list(/obj/item/device/transfer_valve,
|
||||
/obj/item/device/transfer_valve)
|
||||
crate_name = "tank transfer valves crate"
|
||||
@@ -936,7 +936,7 @@
|
||||
/datum/supply_pack/science/bz_canister
|
||||
name = "BZ Canister"
|
||||
cost = 2000
|
||||
access_any = list(GLOB.access_rd, GLOB.access_atmospherics)
|
||||
access_any = list(ACCESS_RD, ACCESS_ATMOSPHERICS)
|
||||
contains = list(/obj/machinery/portable_atmospherics/canister/bz)
|
||||
crate_name = "bz canister crate"
|
||||
crate_type = /obj/structure/closet/crate/secure/science
|
||||
@@ -945,7 +945,7 @@
|
||||
/datum/supply_pack/science/freon_canister
|
||||
name = "Freon Canister"
|
||||
cost = 6000
|
||||
access_any = list(GLOB.access_rd, GLOB.access_atmospherics)
|
||||
access_any = list(ACCESS_RD, ACCESS_ATMOSPHERICS)
|
||||
contains = list(/obj/machinery/portable_atmospherics/canister/freon)
|
||||
crate_name = "freon canister crate"
|
||||
crate_type = /obj/structure/closet/crate/secure/science
|
||||
@@ -954,7 +954,7 @@
|
||||
/datum/supply_pack/science/research
|
||||
name = "Machine Prototype Crate"
|
||||
cost = 8000
|
||||
access = GLOB.access_research
|
||||
access = ACCESS_RESEARCH
|
||||
contains = list(/obj/item/device/machineprototype)
|
||||
crate_name = "machine prototype crate"
|
||||
crate_type = /obj/structure/closet/crate/secure/science
|
||||
@@ -1010,7 +1010,7 @@
|
||||
contains = list(/obj/item/weapon/storage/backpack/duffelbag/clown/cream_pie)
|
||||
crate_name = "party equipment crate"
|
||||
contraband = TRUE
|
||||
access = GLOB.access_theatre
|
||||
access = ACCESS_THEATRE
|
||||
crate_type = /obj/structure/closet/crate/secure
|
||||
|
||||
/datum/supply_pack/organic/monkey
|
||||
@@ -1135,7 +1135,7 @@
|
||||
/datum/supply_pack/organic/hydroponics/hydrotank
|
||||
name = "Hydroponics Backpack Crate"
|
||||
cost = 1000
|
||||
access = GLOB.access_hydroponics
|
||||
access = ACCESS_HYDROPONICS
|
||||
contains = list(/obj/item/weapon/watertank)
|
||||
crate_name = "hydroponics backpack crate"
|
||||
crate_type = /obj/structure/closet/crate/secure
|
||||
@@ -1308,7 +1308,7 @@
|
||||
/datum/supply_pack/misc/minerkit
|
||||
name = "Shaft Miner Starter Kit"
|
||||
cost = 2500
|
||||
access = GLOB.access_qm
|
||||
access = ACCESS_QM
|
||||
contains = list(/obj/item/weapon/pickaxe/mini,
|
||||
/obj/item/clothing/glasses/meson,
|
||||
/obj/item/device/t_scanner/adv_mining_scanner/lesser,
|
||||
@@ -1490,7 +1490,7 @@
|
||||
/datum/supply_pack/misc/janitor/janitank
|
||||
name = "Janitor Backpack Crate"
|
||||
cost = 1000
|
||||
access = GLOB.access_janitor
|
||||
access = ACCESS_JANITOR
|
||||
contains = list(/obj/item/weapon/watertank/janitor)
|
||||
crate_name = "janitor backpack crate"
|
||||
crate_type = /obj/structure/closet/crate/secure
|
||||
@@ -1523,7 +1523,7 @@
|
||||
/datum/supply_pack/misc/costume
|
||||
name = "Standard Costume Crate"
|
||||
cost = 1000
|
||||
access = GLOB.access_theatre
|
||||
access = ACCESS_THEATRE
|
||||
contains = list(/obj/item/weapon/storage/backpack/clown,
|
||||
/obj/item/clothing/shoes/clown_shoes,
|
||||
/obj/item/clothing/mask/gas/clown_hat,
|
||||
|
||||
Reference in New Issue
Block a user