/tg/ Station 13 - Modules - TypesDefine Details

maplestation_modules/code/modules/uplink/uplink_devices.dm

/obj/item/item_announcerA small beacon / controller that can be used to send centcom reports IC.
/obj/item/item_announcer/presetUser sends a preset false alarm.
/obj/item/item_announcer/inputAllows users to input a custom announcement message.
DOORHACKER_HACK_TIMEThe time it takes per hacking charge to open a door.
DOORHACKER_AUTOCLOSE_TIMEThe time it takes for the door to close.
DOORHACKER_HACK_COOLDOWNThe time it takes for the hacking charges to decrease.
DOORHACKER_MIN_HACKSThe min amount of hacking charges
DOORHACKER_MAX_HACKSThe max amount of hacking charges
DOAFTER_SOURCE_DOORHACKERInteraction key for the doorhacker, only one door can be hacked at a time.
/obj/item/card/doorhackerDoorhacker - 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