Change Commonwealth References added by #2553 to Solgov

https://github.com/CHOMPStation2/CHOMPStation2/pull/2553

Added Commonwealth voidsuits from Bay.

Changed these to Solgov to address https://github.com/CHOMPStation2/CHOMPStation2/issues/2598

<3
This commit is contained in:
Rykka
2021-08-15 15:34:30 -07:00
parent 56cf98728a
commit 0151c0ad23
5 changed files with 84 additions and 73 deletions

View File

@@ -82,26 +82,29 @@
containername = "advanced hardsuit crate"
access = access_ce
/datum/supply_pack/misc/com_medical_rig
name = "commonwealth medical hardsuit (loaded)"
// CHOMPStation EDIT Start: Change Commonwealth to Solgov
/datum/supply_pack/misc/solgov_medical_rig
name = "solgov medical hardsuit (loaded)"
contains = list(
/obj/item/weapon/rig/baymed = 1
)
cost = 250
containertype = /obj/structure/closet/crate/secure/gear
containername = "Commonwealth medical hardsuit crate"
containername = "Solgov medical hardsuit crate"
access = access_medical
/datum/supply_pack/misc/com_engineering_rig
name = "commonwealth engineering hardsuit (loaded)"
/datum/supply_pack/misc/solgov_engineering_rig
name = "solgov engineering hardsuit (loaded)"
contains = list(
/obj/item/weapon/rig/bayeng = 1
)
cost = 250
containertype = /obj/structure/closet/crate/secure/gear
containername = "Commonwealth medical hardsuit crate"
containername = "Solgov medical hardsuit crate"
access = access_medical
// CHOMPStation EDIT End
/datum/supply_pack/misc/zero_rig
name = "null hardsuit (jets)"
contains = list(

View File

@@ -42,101 +42,103 @@
// Surplus!
/datum/supply_pack/voidsuits/com_mining
name = "Commonwealth mining voidsuit"
// CHOMPStation EDIT Start: Change Commonwealth to Solgov.
/datum/supply_pack/voidsuits/solgov_mining
name = "Solgov mining voidsuit"
contains = list(
/obj/item/clothing/suit/space/void/mining/alt2,
/obj/item/clothing/head/helmet/space/void/mining/alt2
)
cost = 150
containertype = /obj/structure/closet/crate/secure
name = "Commonwealth mining voidsuit crate"
name = "Solgov mining voidsuit crate"
access = access_mining
/datum/supply_pack/voidsuits/com_anomaly
name = "Commonwealth anomaly suit"
/datum/supply_pack/voidsuits/solgov_anomaly
name = "Solgov anomaly suit"
contains = list(
/obj/item/clothing/suit/space/anomaly/alt,
/obj/item/clothing/head/helmet/space/anomaly/alt
)
cost = 150
containertype = /obj/structure/closet/crate/secure
name = "Commonwealth anomaly suit crate"
name = "Solgov anomaly suit crate"
access = access_xenoarch
/datum/supply_pack/voidsuits/com_riot
name = "Commonwealth riot voidsuit"
/datum/supply_pack/voidsuits/solgov_riot
name = "Solgov riot voidsuit"
contains = list(
/obj/item/clothing/suit/space/void/security/riot/alt,
/obj/item/clothing/head/helmet/space/void/security/riot/alt
)
cost = 150
containertype = /obj/structure/closet/crate/secure
name = "Commonwealth riot voidsuit crate"
name = "Solgov riot voidsuit crate"
access = access_brig
/datum/supply_pack/voidsuits/com_pilot
name = "Commonwealth pilot voidsuit"
/datum/supply_pack/voidsuits/solgov_pilot
name = "Solgov pilot voidsuit"
contains = list(
/obj/item/clothing/suit/space/void/pilot/alt2,
/obj/item/clothing/head/helmet/space/void/pilot/alt2
)
cost = 150
containertype = /obj/structure/closet/crate/secure
name = "Commonwealth pilot voidsuit crate"
name = "Solgov pilot voidsuit crate"
access = access_pilot
/datum/supply_pack/voidsuits/com_medical
name = "Commonwealth medical voidsuit"
/datum/supply_pack/voidsuits/solgov_medical
name = "Solgov medical voidsuit"
contains = list(
/obj/item/clothing/suit/space/void/medical/alt2,
/obj/item/clothing/head/helmet/space/void/medical/alt2
)
cost = 150
containertype = /obj/structure/closet/crate/secure
name = "Commonwealth medical voidsuit crate"
/datum/supply_pack/voidsuits/com_explore
name = "Solgov medical voidsuit crate"
/datum/supply_pack/voidsuits/solgov_explore
name = "Commonwealth exploration voidsuit"
name = "Solgov exploration voidsuit"
contains = list(
/obj/item/clothing/suit/space/void/exploration/alt2,
/obj/item/clothing/head/helmet/space/void/exploration/alt2
)
cost = 150
containertype = /obj/structure/closet/crate/secure
name = "Commonwealth exploration voidsuit crate"
name = "Solgov exploration voidsuit crate"
access = access_explorer
/datum/supply_pack/voidsuits/com_engineer
name = "Commonwealth engineering voidsuit"
/datum/supply_pack/voidsuits/solgov_engineer
name = "Solgov engineering voidsuit"
contains = list(
/obj/item/clothing/suit/space/void/engineering/alt2,
/obj/item/clothing/head/helmet/space/void/engineering/alt2
)
cost = 150
containertype = /obj/structure/closet/crate/secure
name = "Commonwealth engineering voidsuit crate"
name = "Solgov engineering voidsuit crate"
access = access_engine
/datum/supply_pack/voidsuits/com_atmos
name = "Commonwealth atmos voidsuit"
/datum/supply_pack/voidsuits/solgov_atmos
name = "Solgov atmos voidsuit"
contains = list(
/obj/item/clothing/suit/space/void/atmos/alt2,
/obj/item/clothing/head/helmet/space/void/atmos/alt2
)
cost = 150
containertype = /obj/structure/closet/crate/secure
name = "Commonwealth atmos voidsuit crate"
name = "Solgov atmos voidsuit crate"
access = access_atmospherics
/datum/supply_pack/voidsuits/com_captain
name = "Commonwealth captain voidsuit"
/datum/supply_pack/voidsuits/solgov_captain
name = "Solgov captain voidsuit"
contains = list(
/obj/item/clothing/suit/space/void/captain/alt,
/obj/item/clothing/head/helmet/space/void/captain/alt
)
cost = 150
containertype = /obj/structure/closet/crate/secure
name = "Commonwealth captain voidsuit crate"
name = "Solgov captain voidsuit crate"
access = access_captain
// CHOMPStation EDIT End