maplestation_modules/code/modules/uplink/uplink_devices.dm 
| /obj/item/item_announcer | A small beacon / controller that can be used to send centcom reports IC. |
|---|---|
| /obj/item/item_announcer/preset | User sends a preset false alarm. |
| /obj/item/item_announcer/input | Allows users to input a custom announcement message. |
| DOORHACKER_HACK_TIME | The time it takes per hacking charge to open a door. |
| DOORHACKER_AUTOCLOSE_TIME | The time it takes for the door to close. |
| DOORHACKER_HACK_COOLDOWN | The time it takes for the hacking charges to decrease. |
| DOORHACKER_MIN_HACKS | The min amount of hacking charges |
| DOORHACKER_MAX_HACKS | The max amount of hacking charges |
| DOAFTER_SOURCE_DOORHACKER | Interaction key for the doorhacker, only one door can be hacked at a time. |
| /obj/item/card/doorhacker | Doorhacker - a doormag, but without charges and it doesn't bolt open the door. |
Define Details
DOAFTER_SOURCE_DOORHACKER 
Interaction key for the doorhacker, only one door can be hacked at a time.
DOORHACKER_AUTOCLOSE_TIME 
The time it takes for the door to close.
DOORHACKER_HACK_COOLDOWN 
The time it takes for the hacking charges to decrease.
DOORHACKER_HACK_TIME 
The time it takes per hacking charge to open a door.
DOORHACKER_MAX_HACKS 
The max amount of hacking charges
DOORHACKER_MIN_HACKS 
The min amount of hacking charges