mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Merge pull request #8260 from lbnesquik/Kot-Explorer-Shield
Introduce a SINGLE themed, colored explorer shield.
This commit is contained in:
@@ -95,4 +95,19 @@
|
||||
access_eva,
|
||||
access_explorer,
|
||||
access_pilot)
|
||||
one_access = TRUE
|
||||
|
||||
/datum/supply_pack/randomised/misc/explorer_shield
|
||||
name = "Explorer shield"
|
||||
num_contained = 2
|
||||
contains = list(
|
||||
/obj/item/weapon/shield/riot/explorer,
|
||||
/obj/item/weapon/shield/riot/explorer/purple
|
||||
)
|
||||
cost = 75
|
||||
containertype = /obj/structure/closet/crate/secure/gear
|
||||
containername = "exploration shield crate"
|
||||
access = list(access_explorer,
|
||||
access_eva,
|
||||
access_pilot)
|
||||
one_access = TRUE
|
||||
Reference in New Issue
Block a user