mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
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:
co-authored by
SleepyGemmy
parent
10a3181e1c
commit
fd65cec7ef
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user