mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-18 04:41:27 +01:00
23 lines
734 B
Plaintext
23 lines
734 B
Plaintext
/***************************************
|
|
* Highly Visible and Dangerous Weapons *
|
|
***************************************/
|
|
/datum/uplink_item/item/visible_weapons/holdout
|
|
name = "Frontier Holdout"
|
|
item_cost = 30
|
|
path = /obj/item/gun/energy/locked/frontier/holdout/unlocked
|
|
|
|
/datum/uplink_item/item/visible_weapons/frontier
|
|
name = "Frontier Phaser"
|
|
item_cost = 75
|
|
path = /obj/item/gun/energy/locked/frontier/unlocked
|
|
|
|
/datum/uplink_item/item/visible_weapons/carbine
|
|
name = "Frontier Carbine"
|
|
item_cost = 85
|
|
path = /obj/item/gun/energy/locked/frontier/carbine/unlocked
|
|
|
|
/datum/uplink_item/item/visible_weapons/rifle
|
|
name = "Frontier Marksman Rifle"
|
|
item_cost = 100
|
|
path = /obj/item/gun/energy/locked/frontier/rifle/unlocked
|