Files
Bubberstation/code/game/objects/items/devices/ocd.dm
T
SkyratBot 7d1d0e1fad [MIRROR] Refactors most spans into span procs (#6315)
* Refactors most spans into span procs

* AA

* a

* AAAAAAAAAAAAAAAAAAAAAA

* Update species.dm

Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
2021-06-16 00:24:49 +01:00

12 lines
421 B
Plaintext

/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_bold(" An OCD has been activated! "))
qdel(src)