mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Adds Explorer weapons to Uplink
Mostly adding a lil bit of variety. Holdout is equal to egun and Frontier carbine equal to laser carbine.
This commit is contained in:
12
code/datums/uplink/visible_weapons_vr.dm
Normal file
12
code/datums/uplink/visible_weapons_vr.dm
Normal file
@@ -0,0 +1,12 @@
|
||||
/***************************************
|
||||
* 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
|
||||
Reference in New Issue
Block a user