Skip to content

Commit

Permalink
conflicts funny
Browse files Browse the repository at this point in the history
  • Loading branch information
wraith-54321 committed Nov 1, 2023
1 parent 63652f8 commit 53cde23
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.

This file was deleted.

11 changes: 11 additions & 0 deletions monkestation/code/modules/uplink/uplink_items/weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,14 @@
made out of hardlight that the user can use to wreak havoc."
item = /obj/item/storage/box/syndie_kit/imp_hard_spear
cost = 10

/datum/uplink_item/dangerous/laser_musket
name = "Syndicate Laser Musket"
desc = "An exprimental 'rifle' designed by Aetherofusion. This laser(probably) uses alien technology to fit 4 high energy capacitors \
into a small rifle which can be stored safely(?) in any backpack. To charge, simply press down on the main control panel. \
Rumors of this 'siphoning power off your lifeforce' are greatly exaggerated, and Aetherofusion assures safety for up to 2 years of use."
item = /obj/item/gun/energy/laser/musket/syndicate
progression_minimum = 30 MINUTES
cost = 12
surplus = 40
purchasable_from = ~UPLINK_CLOWN_OPS

0 comments on commit 53cde23

Please sign in to comment.