Skip to content

Commit

Permalink
[MIRROR] Add energy DMR to mercenary uplink
Browse files Browse the repository at this point in the history
  • Loading branch information
SierraKomodo authored and SierraHelper committed Nov 17, 2024
1 parent 4cd08f7 commit 59375bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/datums/uplink/highly_visible_and_dangerous_weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,10 @@
item_cost = 12
path = /obj/item/gun/projectile/heavysniper/boltaction
antag_roles = list(MODE_REVOLUTIONARY)

/datum/uplink_item/item/visible_weapons/sniperlaser
name = "Marksman Energy Rifle"
desc = "An energy based long-range weapon. Not as powerful as a sniper rifle, but it can be recharged."
item_cost = 50
path = /obj/item/gun/energy/sniperrifle
antag_roles = list(MODE_MERCENARY)

0 comments on commit 59375bf

Please sign in to comment.