It's About Time: Zavod Assets Crate (#22479)

Adds a Zavodskoi Assets crate, and makes the suit available to
ninjas/operatives.
This commit is contained in:
Rem/Dess
2026-05-23 20:08:03 +00:00
committed by GitHub
parent 2e55dfd69c
commit c2e182d9fb
5 changed files with 147 additions and 1 deletions
+12
View File
@@ -247,3 +247,15 @@
desc = "A crate containing gear for a single individual. Humans only, for now."
path = /obj/structure/closet/crate/secure/gear_loadout/outereyes/single
telecrystal_cost = 10
/datum/uplink_item/item/gear_loadout/zavodskoi
name = "Zavodskoi Assets (Group)"
desc = "A crate containing gear for a group. The hardsuit and voidsuits are only usable by humans."
path = /obj/structure/closet/crate/secure/gear_loadout/zavodskoi
telecrystal_cost = 35
/datum/uplink_item/item/gear_loadout/zavodskoi_single
name = "Zavodskoi Assets (Single)"
desc = "A crate containing gear for a single individual. The voidsuit is only usable by humans."
path = /obj/structure/closet/crate/secure/gear_loadout/zavodskoi/single
telecrystal_cost = 10