mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Merge pull request #14234 from Novacat/nova-basicfixes
Fixes some Oversights
This commit is contained in:
@@ -175,7 +175,7 @@
|
||||
containertype = /obj/structure/closet/crate/secure/gear
|
||||
containername = "exploration radio headsets crate"
|
||||
access = list(
|
||||
access_awayteam,
|
||||
access_explorer,
|
||||
access_eva,
|
||||
access_pilot
|
||||
)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/*
|
||||
/datum/supply_pack/munitions/expeditionguns
|
||||
name = "Frontier phaser (station-locked) crate"
|
||||
contains = list(
|
||||
@@ -18,6 +19,7 @@
|
||||
containertype = /obj/structure/closet/crate/secure
|
||||
containername = "phaser handbow crate"
|
||||
access = access_security
|
||||
*/
|
||||
|
||||
/datum/supply_pack/munitions/ofd_charge_emp
|
||||
name = "OFD Charge - EMP"
|
||||
|
||||
@@ -179,7 +179,7 @@
|
||||
cost=25
|
||||
containertype = /obj/structure/closet/crate/secure/xion
|
||||
containername = "Away Team equipment"
|
||||
access = list(access_eva, access_awayteam)
|
||||
access = list(access_eva, access_explorer)
|
||||
|
||||
/datum/supply_pack/pilotgear
|
||||
name= "Pilot gear"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
cost = 45
|
||||
containertype = /obj/structure/closet/crate/secure
|
||||
containername = "Away Team voidsuit crate"
|
||||
access = list(access_eva, access_awayteam)
|
||||
access = list(access_eva, access_explorer)
|
||||
|
||||
/datum/supply_pack/voidsuits/explorer_medic
|
||||
name = "Away Team Medic voidsuits"
|
||||
@@ -105,7 +105,7 @@
|
||||
cost = 150
|
||||
containertype = /obj/structure/closet/crate/secure
|
||||
name = "Commonwealth exploration voidsuit crate"
|
||||
access = list(access_eva, access_awayteam)
|
||||
access = list(access_eva, access_explorer)
|
||||
|
||||
/datum/supply_pack/voidsuits/com_engineer
|
||||
name = "Commonwealth engineering voidsuit"
|
||||
|
||||
Reference in New Issue
Block a user