mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
- Removes the Pathfinder's Frontier Carbine - Removes the Pathfinder's Binoculars - Adds the Frontier Carbine to the Survery Vendor, for 750 points. It has improved stats over a normal Frontier Phaser - Adds binoculars to the survey vendor for 40 points - Adds a Frontier Rifle, adminbus only for now - Renames some frontier phaser sprites for additional clarity - Adds two frontier holdout phasers to the exploration weapons locker
23 lines
762 B
Plaintext
23 lines
762 B
Plaintext
/***************************************
|
|
* Highly Visible and Dangerous Weapons *
|
|
***************************************/
|
|
/datum/uplink_item/item/visible_weapons/holdout
|
|
name = "Frontier Holdout"
|
|
item_cost = 30
|
|
path = /obj/item/weapon/gun/energy/locked/frontier/holdout/unlocked
|
|
|
|
/datum/uplink_item/item/visible_weapons/frontier
|
|
name = "Frontier Phaser"
|
|
item_cost = 75
|
|
path = /obj/item/weapon/gun/energy/locked/frontier/unlocked
|
|
|
|
/datum/uplink_item/item/visible_weapons/carbine
|
|
name = "Frontier Carbine"
|
|
item_cost = 85
|
|
path = /obj/item/weapon/gun/energy/locked/frontier/carbine/unlocked
|
|
|
|
/datum/uplink_item/item/visible_weapons/rifle
|
|
name = "Frontier Marksman Rifle"
|
|
item_cost = 100
|
|
path = /obj/item/weapon/gun/energy/locked/frontier/rifle/unlocked
|