mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
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:
@@ -738,6 +738,10 @@
|
||||
SM.access_card = new /obj/item/card/id/syndicate(SM)
|
||||
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
|
||||
name = "consciousness transference potion"
|
||||
desc = "A strange slime-based chemical that, when used, allows the user to transfer their consciousness to a lesser being."
|
||||
|
||||
@@ -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)
|
||||
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
|
||||
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.\
|
||||
|
||||
Reference in New Issue
Block a user