mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
HUD Eyepatches (#4513)
from left to right security, medical, meson, material, science, thermal, welder, night vision, standard (no hud) None add any flash protection except the welder HUD (only partly).
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
path = /obj/item/weapon/storage/secure/briefcase/money
|
||||
desc = "A briefcase with 10,000 untraceable credits for funding your sneaky activities."
|
||||
|
||||
/datum/uplink_item/item/tools/firingpin //todo, make this a special syndicate one instead of just a normal one?
|
||||
/datum/uplink_item/item/tools/firingpin //todo, make this a special syndicate one instead of just a normal one?
|
||||
name = "Firing Pin"
|
||||
item_cost = 2
|
||||
path = /obj/item/device/firing_pin
|
||||
@@ -104,3 +104,13 @@
|
||||
name = "Syndicate Cyborg Teleporter"
|
||||
item_cost = 35
|
||||
path = /obj/item/weapon/antag_spawner/borg_tele
|
||||
|
||||
/datum/uplink_item/item/tools/heatpatch
|
||||
name = "HUDPatch, Thermal"
|
||||
item_cost = 6
|
||||
path = /obj/item/clothing/glasses/eyepatch/hud/thermal
|
||||
|
||||
/datum/uplink_item/item/tools/nightpatch
|
||||
name = "HUDPatch, Night-Vision"
|
||||
item_cost = 4
|
||||
path = /obj/item/clothing/glasses/eyepatch/hud/night
|
||||
|
||||
Reference in New Issue
Block a user