* Cleaned up paper varedits + tidied up paths * work smarter, not harder * citadel snowflake * Update uplink_item_cit.dm
31 lines
1.4 KiB
Plaintext
31 lines
1.4 KiB
Plaintext
/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)
|
|
|
|
/datum/uplink_item/stealthy_tools/holoparasite
|
|
name="Holoparasite Injector"
|
|
desc="An injector containing a swarm of holographic parasites. \
|
|
They mimic the function of the guardians employed by the Space Wizard Federation, and their form can be selected upon application \
|
|
NOTE: The precise nature of the symbiosis required by the parasites renders them incompatible with changelings" //updated to actually describe what they do and warn traitorchans not to buy it
|
|
item = /obj/item/weapon/storage/box/syndie_kit/holoparasite
|
|
refundable = TRUE
|
|
cost = 15
|
|
surplus = 20 //Nobody needs a ton of parasites
|
|
exclude_modes = list(/datum/game_mode/nuclear)
|
|
refund_path = /obj/item/weapon/guardiancreator/tech/choose/traitor
|
|
|
|
|
|
/obj/item/weapon/storage/box/syndie_kit/holoparasite
|
|
name = "box"
|
|
|
|
/obj/item/weapon/storage/box/syndie_kit/holoparasite/PopulateContents()
|
|
new /obj/item/weapon/guardiancreator/tech/choose/traitor(src)
|
|
new /obj/item/weapon/paper/guides/antag/guardian(src)
|