Adds Einstein Merc Equipment (Again) (#15799)

* Adds Einstein Merc Equipment

Adds two gear crates for mercenary teams (or an individual) looking to play as Einstein Engines.

The group crate contains two energy rifles, and a heavy bolter. The single crate has one energy rifle. Both come with silenced pistols and themed voidsuits (or a hardsuit in the case of the group crate)

* Minor Syntax Fixes

---------

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
BurpleBineapple
2023-03-01 17:57:55 +01:00
committed by GitHub
co-authored by SleepyGemmy
parent 10a3181e1c
commit fd65cec7ef
5 changed files with 79 additions and 1 deletions
+9
View File
@@ -80,3 +80,12 @@
desc = "A crate containing gear for a single individual.The voidsuit is only usable by Tajara."
path = /obj/structure/closet/crate/secure/gear_loadout/kosmostrelki/single
item_cost = 10
/datum/uplink_item/item/gear_loadout/einstein
name = "Einstein Engines Assets (Group)"
path = /obj/structure/closet/crate/secure/gear_loadout/einstein
/datum/uplink_item/item/gear_loadout/einstein_single
name = "Einstein Engines Assets (Single)"
path = /obj/structure/closet/crate/secure/gear_loadout/einstein/single
item_cost = 10