Files
Bubberstation/code/game/objects/items/devices/ocd.dm
SkyratBot c487c73f39 [MIRROR] Grep for space indentation (#1969)
* Grep for space indentation

* aa

* Update species.dm

* Update species.dm

* Update maps.dm

* Update examine.dm

Co-authored-by: TiviPlus <57223640+TiviPlus@users.noreply.github.com>
Co-authored-by: Azarak <azarak10@gmail.com>
2020-12-01 12:26:41 +01:00

12 lines
436 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 class='bold'> An OCD has been activated! </span>")
qdel(src)