adds the holoparasite box, and adds it to traitor uplinks (#913)

This commit is contained in:
cebutris
2017-05-14 23:36:22 -04:00
committed by kevinz000
parent c4901a4e7b
commit fc628bcb89
2 changed files with 21 additions and 3 deletions

View File

@@ -7,4 +7,15 @@
refundable = TRUE
cost = 10
surplus = 20 //Let's not have this be too common
exclude_modes = list(/datum/game_mode/nuclear)
/datum/uplink_item/stealthy_tools/holoparasite
name="Holoparasite Injector"
desc="It contains an alien nanoswarm of unknown origin.\
Though capable of near sorcerous feats via use of hardlight holograms and nanomachines.\
It requires an organic host as a home base and source of fuel." //This is the description of the actual injector. Feel free to change this for uplink purposes//
item = /obj/item/weapon/storage/box/syndie_kit/holoparasite
refundable = TRUE
cost = 10 //I'm working off the borer. Price subject to change
surplus = 20 //Nobody needs a ton of parasites
exclude_modes = list(/datum/game_mode/nuclear)