Buffs the uplink syringe gun, it now comes with some syringes (#12353)

This commit is contained in:
TDSSS
2019-09-20 17:59:51 -07:00
committed by variableundefined
parent 23317c375f
commit 840559e9ae
3 changed files with 31 additions and 5 deletions
+3 -3
View File
@@ -925,10 +925,10 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
surplus = 50
/datum/uplink_item/stealthy_weapons/dart_pistol
name = "Dart Pistol"
desc = "A miniaturized version of a normal syringe gun. It is very quiet when fired and can fit into any space a small item can."
name = "Dart Pistol Kit"
desc = "A miniaturized version of a normal syringe gun. It is very quiet when fired and can fit into any space a small item can. Comes with 3 syringes, a knockout poison, a silencing agent and a deadly neurotoxin."
reference = "DART"
item = /obj/item/gun/syringe/syndicate
item = /obj/item/storage/box/syndie_kit/dart_gun
cost = 4
surplus = 50
excludefrom = list(/datum/game_mode/nuclear)