/tg/ Station 13 - Modules - TypesDefine Details

maplestation_modules/code/__DEFINES/signals.dm

COMSIG_LIVING_LATE_EXAMINESent from /mob/living/examine late, after the first signal is sent, but BEFORE flavor text handling, for when you prefer something guaranteed to appear at the bottom of the stack (Flavor text should stay at the very very bottom though)
COMSIG_HANDLE_VENTCRAWLINGEntering or exiting a vent.
COMPONENT_NO_VENTReturn to block entrance / exit
COMSIG_CARBON_FLASH_ACTA carbon is being flashed - actually being blinded and taking (eye) damage
COMSIG_CARBON_THROW_ONSent when a carbon enables throw mode
COMSIG_CARBON_THROW_OFFSent when a carbon disables throw mode
COMSIG_CARBON_DRINK_CAFFEINEA carbon drank some caffeine. (signal, caffeine_content)

Define Details

COMPONENT_NO_VENT

Return to block entrance / exit

COMSIG_CARBON_DRINK_CAFFEINE

A carbon drank some caffeine. (signal, caffeine_content)

COMSIG_CARBON_FLASH_ACT

A carbon is being flashed - actually being blinded and taking (eye) damage

COMSIG_CARBON_THROW_OFF

Sent when a carbon disables throw mode

COMSIG_CARBON_THROW_ON

Sent when a carbon enables throw mode

COMSIG_HANDLE_VENTCRAWLING

Entering or exiting a vent.

COMSIG_LIVING_LATE_EXAMINE

Sent from /mob/living/examine late, after the first signal is sent, but BEFORE flavor text handling, for when you prefer something guaranteed to appear at the bottom of the stack (Flavor text should stay at the very very bottom though)