mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Removes ERT from standard gameplay. The Horizon now sends distress beacons for other Overmap vessels instead. Barricades and crew armoury buff. (#14371)
This commit is contained in:
@@ -209,3 +209,9 @@
|
||||
desc = "This set of earmuffs has a secret compartment housing radio gear, allowing it to function as a standard headset."
|
||||
item_cost = 1
|
||||
path = /obj/item/device/radio/headset/earmuff
|
||||
|
||||
/datum/uplink_item/item/tools/liquidbags
|
||||
name = "25 Liquid-Bags"
|
||||
desc = "Use these bags to set up some barricades. Does not come with barbed wire included."
|
||||
item_cost = 2
|
||||
path = /obj/item/stack/liquidbags
|
||||
@@ -109,6 +109,16 @@
|
||||
item_cost = 8
|
||||
path = /obj/item/gun/projectile/automatic/rifle/carbine
|
||||
|
||||
/datum/uplink_item/item/visible_weapons/noctiluca
|
||||
name = "Combat Laser Rifle"
|
||||
item_cost = 8
|
||||
path = /obj/item/gun/energy/rifle/laser/noctiluca
|
||||
|
||||
/datum/uplink_item/item/visible_weapons/jingya
|
||||
name = "Burst Rifle"
|
||||
item_cost = 8
|
||||
path = /obj/item/gun/projectile/automatic/rifle/jingya
|
||||
|
||||
/datum/uplink_item/item/visible_weapons/energy_carbine
|
||||
name = "Energy Carbine"
|
||||
item_cost = 6
|
||||
|
||||
Reference in New Issue
Block a user