mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Occupational Corruption Device (#51884)
About The Pull Request Adds a new traitor item exclusive to Heads of Personnel and Quartermasters that triggers a bureaucratic error Why It's Good For The Game Adds a new method for traitors to cause indirect havoc to the station at large Changelog cl add: Added a new traitor item for HoP and QM, the OCD /cl
This commit is contained in:
@@ -1924,6 +1924,14 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
item = /obj/item/autosurgeon/syndicate/laser_arm
|
||||
restricted_roles = list("Roboticist", "Research Director")
|
||||
|
||||
/datum/uplink_item/role_restricted/ocd_device
|
||||
name = "Organic Resources Disturbance Inducer"
|
||||
desc = "A device that raises hell in organic resources indirectly. Single use."
|
||||
cost = 2
|
||||
limited_stock = 1
|
||||
item = /obj/item/devices/ocd_device
|
||||
restricted_roles = list("Head of Personnel", "Quartermaster")
|
||||
|
||||
// Pointless
|
||||
/datum/uplink_item/badass
|
||||
category = "(Pointless) Badassery"
|
||||
|
||||
Reference in New Issue
Block a user