mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-05 19:32:00 +01:00
bd1fbd13b5
Mostly adding a lil bit of variety. Holdout is equal to egun and Frontier carbine equal to laser carbine.
13 lines
443 B
Plaintext
13 lines
443 B
Plaintext
/***************************************
|
|
* Highly Visible and Dangerous Weapons *
|
|
***************************************/
|
|
/datum/uplink_item/item/visible_weapons/holdout
|
|
name = "Holdout Phaser"
|
|
item_cost = 30
|
|
path = /obj/item/weapon/gun/energy/locked/frontier/holdout/unlocked
|
|
|
|
/datum/uplink_item/item/visible_weapons/frontier
|
|
name = "Frontier Carbine"
|
|
item_cost = 75
|
|
path = /obj/item/weapon/gun/energy/locked/frontier/carbine/unlocked
|