mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 22:57:39 +01:00
Remove the Exploration Department
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
/obj/structure/closet/secure_closet/guncabinet/rifle
|
||||
name = "rifle cabinet"
|
||||
req_one_access = list(access_explorer,access_brig)
|
||||
req_one_access = list(access_brig)
|
||||
|
||||
starts_with = list(
|
||||
/obj/item/ammo_magazine/clip/c762/hunter = 9,
|
||||
@@ -38,8 +38,8 @@
|
||||
return ..()
|
||||
|
||||
/obj/structure/closet/secure_closet/guncabinet/phase
|
||||
name = "explorer weapon cabinet"
|
||||
req_one_access = list(access_explorer,access_brig)
|
||||
name = "away team weapon cabinet"
|
||||
req_one_access = list(access_brig)
|
||||
|
||||
starts_with = list(
|
||||
/obj/item/weapon/gun/energy/locked/phasegun = 2,
|
||||
@@ -51,8 +51,8 @@
|
||||
* Explorer
|
||||
*/
|
||||
/obj/structure/closet/secure_closet/explorer
|
||||
name = "explorer locker"
|
||||
req_access = list(access_explorer)
|
||||
name = "away team locker"
|
||||
req_access = list(access_awayteam)
|
||||
closet_appearance = /decl/closet_appearance/secure_closet/expedition/explorer
|
||||
|
||||
starts_with = list(
|
||||
@@ -93,7 +93,7 @@
|
||||
*/
|
||||
/obj/structure/closet/secure_closet/pathfinder
|
||||
name = "pathfinder locker"
|
||||
req_access = list(access_pathfinder)
|
||||
req_access = list(access_heads)
|
||||
closet_appearance = /decl/closet_appearance/secure_closet/expedition/pathfinder
|
||||
|
||||
starts_with = list(
|
||||
@@ -197,7 +197,6 @@
|
||||
starts_with = list(
|
||||
/obj/item/weapon/storage/backpack/parachute,
|
||||
/obj/item/weapon/material/knife/tacknife/survival,
|
||||
/obj/item/weapon/gun/energy/locked/frontier/holdout,
|
||||
/obj/item/clothing/head/pilot_vr,
|
||||
/obj/item/clothing/under/rank/pilot1,
|
||||
/obj/item/clothing/suit/storage/toggle/bomber/pilot,
|
||||
@@ -215,7 +214,7 @@
|
||||
/obj/item/weapon/cell/device,
|
||||
/obj/item/device/radio,
|
||||
/obj/item/device/gps/explorer,
|
||||
/obj/item/device/cataloguer/compact)
|
||||
/obj/item/weapon/gun/energy/taser)
|
||||
|
||||
/obj/structure/closet/secure_closet/pilot/Initialize()
|
||||
if(prob(50))
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
//VOREStation Add Start
|
||||
/obj/structure/closet/secure_closet/guncabinet/excursion
|
||||
name = "expedition weaponry cabinet"
|
||||
req_one_access = list(access_explorer,access_armory)
|
||||
req_one_access = list(access_armory)
|
||||
|
||||
/obj/structure/closet/secure_closet/guncabinet/excursion/New()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user