mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
tweaks/expands shield gen supply packs
Signed-off-by: Cael Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
@@ -776,14 +776,14 @@ var/list/all_supply_groups = list("Operations","Security","Hospitality","Enginee
|
|||||||
group = "Security"
|
group = "Security"
|
||||||
|
|
||||||
/datum/supply_packs/securitybarriers
|
/datum/supply_packs/securitybarriers
|
||||||
name = "Shield Generators"
|
name = "Wall shield Generators"
|
||||||
contains = list(/obj/machinery/shieldwallgen,
|
contains = list(/obj/machinery/shieldwallgen,
|
||||||
/obj/machinery/shieldwallgen,
|
/obj/machinery/shieldwallgen,
|
||||||
/obj/machinery/shieldwallgen,
|
/obj/machinery/shieldwallgen,
|
||||||
/obj/machinery/shieldwallgen)
|
/obj/machinery/shieldwallgen)
|
||||||
cost = 20
|
cost = 20
|
||||||
containertype = /obj/structure/closet/crate/secure
|
containertype = /obj/structure/closet/crate/secure
|
||||||
containername = "Shield Generators crate"
|
containername = "wall shield generators crate"
|
||||||
access = access_teleporter
|
access = access_teleporter
|
||||||
group = "Security"
|
group = "Security"
|
||||||
|
|
||||||
@@ -1012,10 +1012,28 @@ var/list/all_supply_groups = list("Operations","Security","Hospitality","Enginee
|
|||||||
|
|
||||||
/datum/supply_packs/shield_gen
|
/datum/supply_packs/shield_gen
|
||||||
contains = list(/obj/item/weapon/circuitboard/shield_gen)
|
contains = list(/obj/item/weapon/circuitboard/shield_gen)
|
||||||
name = "Experimental shield generator circuitry"
|
name = "Bubble shield generator circuitry"
|
||||||
cost = 50
|
cost = 50
|
||||||
containertype = /obj/structure/closet/crate/secure
|
containertype = /obj/structure/closet/crate/secure
|
||||||
containername = "Experimental shield generator"
|
containername = "bubble shield generator circuitry crate"
|
||||||
|
group = "Engineering"
|
||||||
|
access = access_ce
|
||||||
|
|
||||||
|
/datum/supply_packs/shield_gen_ex
|
||||||
|
contains = list(/obj/item/weapon/circuitboard/shield_gen_ex)
|
||||||
|
name = "Hull shield generator circuitry"
|
||||||
|
cost = 50
|
||||||
|
containertype = /obj/structure/closet/crate/secure
|
||||||
|
containername = "hull shield generator circuitry crate"
|
||||||
|
group = "Engineering"
|
||||||
|
access = access_ce
|
||||||
|
|
||||||
|
/datum/supply_packs/shield_cap
|
||||||
|
contains = list(/obj/item/weapon/circuitboard/shield_cap)
|
||||||
|
name = "Bubble shield capacitor circuitry"
|
||||||
|
cost = 50
|
||||||
|
containertype = /obj/structure/closet/crate/secure
|
||||||
|
containername = "shield capacitor circuitry crate"
|
||||||
group = "Engineering"
|
group = "Engineering"
|
||||||
access = access_ce
|
access = access_ce
|
||||||
|
|
||||||
@@ -1038,15 +1056,6 @@ var/list/all_supply_groups = list("Operations","Security","Hospitality","Enginee
|
|||||||
access = access_ce
|
access = access_ce
|
||||||
group = "Engineering" */
|
group = "Engineering" */
|
||||||
|
|
||||||
/datum/supply_packs/shield_cap
|
|
||||||
contains = list(/obj/item/weapon/circuitboard/shield_cap)
|
|
||||||
name = "Experimental shield capacitor circuitry"
|
|
||||||
cost = 50
|
|
||||||
containertype = /obj/structure/closet/crate/secure
|
|
||||||
containername = "Experimental shield capacitor"
|
|
||||||
group = "Engineering"
|
|
||||||
access = access_ce
|
|
||||||
|
|
||||||
/datum/supply_packs/eftpos
|
/datum/supply_packs/eftpos
|
||||||
contains = list(/obj/item/device/eftpos)
|
contains = list(/obj/item/device/eftpos)
|
||||||
name = "EFTPOS scanner"
|
name = "EFTPOS scanner"
|
||||||
|
|||||||
Reference in New Issue
Block a user