Merge pull request #328 from ktccd/Syndicate_borer

Syndicate borer added
This commit is contained in:
LetterJay
2017-04-02 08:17:47 -05:00
committed by GitHub
6 changed files with 111 additions and 6 deletions
+11
View File
@@ -822,6 +822,17 @@ var/list/uplink_items = list() // Global list so we only initialize this once.
cost = 1
surplus = 1
/datum/uplink_item/stealthy_tools/syndi_borer
name = "Syndicate Brain Slug"
desc = "A small cortical borer, modified to be completely loyal to the owner. \
Genetically infertile, these brain slugs can assist medically in a support role, or take direct action \
to assist their host."
item = /obj/item/weapon/antag_spawner/syndi_borer
refundable = TRUE
cost = 10
surplus = 20 //Let's not have this be too common
exclude_modes = list(/datum/game_mode/nuclear)
//Space Suits and Hardsuits
/datum/uplink_item/suits
category = "Space Suits and Hardsuits"