Adds lesser sentience potion as an uplink item (traitor) (#12966)

* ow

* 7 tc and only one

* Update uplink_items.dm

* Update uplink_items.dm
This commit is contained in:
Byemoh
2022-02-02 16:07:28 -06:00
committed by GitHub
parent c02dbe37af
commit 9f942b0aa7
2 changed files with 14 additions and 0 deletions

View File

@@ -738,6 +738,10 @@
SM.access_card = new /obj/item/card/id/syndicate(SM) SM.access_card = new /obj/item/card/id/syndicate(SM)
ADD_TRAIT(SM.access_card, TRAIT_NODROP, ABSTRACT_ITEM_TRAIT) ADD_TRAIT(SM.access_card, TRAIT_NODROP, ABSTRACT_ITEM_TRAIT)
/obj/item/slimepotion/slime/sentience/traitor
name = "lesser syndicate intelligence potion"
desc = "A miraculous chemical mix that grants human like intelligence to living beings. The Syndicate have gone to great lengths to secure this, don't waste it!"
/obj/item/slimepotion/transference /obj/item/slimepotion/transference
name = "consciousness transference potion" name = "consciousness transference potion"
desc = "A strange slime-based chemical that, when used, allows the user to transfer their consciousness to a lesser being." desc = "A strange slime-based chemical that, when used, allows the user to transfer their consciousness to a lesser being."

View File

@@ -1632,6 +1632,16 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
include_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops) include_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops)
restricted = TRUE restricted = TRUE
/datum/uplink_item/device_tools/potion/traitor
name = "Lesser Syndicate Sentience Potion"
item = /obj/item/slimepotion/slime/sentience/traitor
desc = "The Syndicate have recently synthesized artificial sentience potions thanks to stolen slime cores. \
Using it will make any animal sentient, and bound to serve you in your dastardly deeds."
cost = 2
limited_stock = 2 //only buy two, prevents certain mushroom shenanigans
include_modes = list() //clear the list
exclude_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops, /datum/game_mode/infiltration) // yogs: infiltration
/datum/uplink_item/device_tools/suspiciousphone /datum/uplink_item/device_tools/suspiciousphone
name = "Protocol CRAB-17 Phone" name = "Protocol CRAB-17 Phone"
desc = "The Protocol CRAB-17 Phone, a phone borrowed from an unknown third party, it can be used to crash the space market, funneling the losses of the crew to your bank account.\ desc = "The Protocol CRAB-17 Phone, a phone borrowed from an unknown third party, it can be used to crash the space market, funneling the losses of the crew to your bank account.\