Hammertail Gear (#17960)

* Hammertail Gear

Adds a Hammertail Smiths jumsuit, as well as adding themed gear crates to the uplink.

* Fix?

* Fix again

* Forgot to rename uplink

* Missing space

* Group Gear Looped

As requested
This commit is contained in:
Sparky
2023-12-17 21:44:52 +00:00
committed by GitHub
parent 8c4b4752e0
commit 1fdf2c750c
5 changed files with 59 additions and 0 deletions
+11
View File
@@ -157,3 +157,14 @@
desc = "A crate containing gear for a single individual. The hardsuit is only usable by humans and skrell."
path = /obj/structure/closet/crate/gear_loadout/nanotrasen/single
telecrystal_cost = 15
/datum/uplink_item/item/gear_loadout/hammertail
name = "Hammertail Smiths Assets (Group)"
desc = "A crate containing gear for a group. The voidsuits are are only usable by humans."
path = /obj/structure/closet/crate/secure/gear_loadout/hammertail
/datum/uplink_item/item/gear_loadout/hammertail_single
name = "Hammertail Smiths 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/hammertail/single
telecrystal_cost = 10