Skip to content

Commit

Permalink
[MIRROR] Add energy DMR to mercenary uplink (#2887)
Browse files Browse the repository at this point in the history
Co-authored-by: SierraKomodo <[email protected]>
Co-authored-by: Lexanx <[email protected]>
  • Loading branch information
3 people authored Nov 26, 2024
1 parent 7b9be2e commit 73bd147
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 73bd147

Please sign in to comment.