mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-06 15:02:29 +00:00
12 lines
476 B
Plaintext
12 lines
476 B
Plaintext
/obj/item/devices/bureaucratic_error_remote
|
|
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/bureaucratic_error_remote/attack_self(mob/user)
|
|
var/datum/round_event/bureaucratic_error/event = new()
|
|
event.start()
|
|
deadchat_broadcast(span_bold("An Occupational Corruption Device has been activated!"))
|
|
qdel(src)
|