mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +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:
@@ -0,0 +1,11 @@
|
||||
/obj/item/devices/ocd_device
|
||||
name = "Occupational Corruption Device"
|
||||
desc = "When you need to make the lives of new-hires that much more confusing, think OCD."
|
||||
icon = 'icons/obj/device.dmi'
|
||||
icon_state = "gangtool-white"
|
||||
|
||||
/obj/item/devices/ocd_device/attack_self(mob/user)
|
||||
var/datum/round_event/bureaucratic_error/event = new()
|
||||
event.start()
|
||||
deadchat_broadcast("<span class='bold'> An OCD has been activated! </span>")
|
||||
qdel(src)
|
||||
Reference in New Issue
Block a user