Winding down to the final commits.
This commit is contained in:
@@ -1504,7 +1504,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
cost = 15
|
||||
restricted_roles = list("Clown")
|
||||
|
||||
/datum/uplink_item/device_tools/honkpins //Idealy so they can place it into their own guns without needing cargo
|
||||
/datum/uplink_item/device_tools/honkpins //Idealy so they can place it into their own guns without needing cargo
|
||||
name = "Hilarious firing pin"
|
||||
desc = "A single firing pin made for Clown agents, this firing pin makes any gun honk when fired if not a true clown! \
|
||||
This firing pin also helps you fire the gun correctly. May the HonkMother HONK you agent."
|
||||
@@ -1552,6 +1552,13 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
item = /obj/item/storage/fancy/cigarettes/cigpack_syndicate
|
||||
cost = 2
|
||||
|
||||
//ported from tg as is along with functions, feel free to edit/remove
|
||||
/datum/uplink_item/device_tools/hypnotic_flash
|
||||
name = "Hypnotic Flash"
|
||||
desc = "A modified flash able to hypnotize targets. If the target is not in a mentally vulnerable state, it will only confuse and pacify them temporarily."
|
||||
item = /obj/item/assembly/flash/hypnotic
|
||||
cost = 7
|
||||
|
||||
/datum/uplink_item/badass/balloon
|
||||
name = "Syndicate Balloon"
|
||||
desc = "For showing that you are THE BOSS: A useless red balloon with the Syndicate logo on it. \
|
||||
|
||||
Reference in New Issue
Block a user