/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/dcs/signals/signals_mining.dm

COMSIG_VENT_WAVE_CONCLUDEDSent from /obj/structure/ore_vent, lets the spawner component know to qdel.
COMSIG_GOLIATH_TENTACLED_GRABBEDFired by a mob which has been grabbed by a goliath
COMSIG_TENDRIL_TENTACLED_GRABBEDFired by a mob which has been grabbed by a tendril
COMSIG_GOLIATH_TENTACLE_RETRACTINGFired by a goliath tentacle which is returning to the earth
COMSIG_BRIMDUST_EXPLOSIONFired by a mob which has triggered a brimdust explosion from itself (not the mobs that get hit)
COMSIG_CANDELA_NODE_NETWORK_CHANGEDFrom /datum/component/candela_node/set_network() : (old_network, new_network)
COMSIG_CANDELA_NETWORK_POWER_CHANGEDFrom /datum/mining_beacon_network/set_power_state() : (old_state, new_state)

Define Details

COMSIG_BRIMDUST_EXPLOSION

Fired by a mob which has triggered a brimdust explosion from itself (not the mobs that get hit)

COMSIG_CANDELA_NETWORK_POWER_CHANGED

From /datum/mining_beacon_network/set_power_state() : (old_state, new_state)

COMSIG_CANDELA_NODE_NETWORK_CHANGED

From /datum/component/candela_node/set_network() : (old_network, new_network)

COMSIG_GOLIATH_TENTACLED_GRABBED

Fired by a mob which has been grabbed by a goliath

COMSIG_GOLIATH_TENTACLE_RETRACTING

Fired by a goliath tentacle which is returning to the earth

COMSIG_TENDRIL_TENTACLED_GRABBED

Fired by a mob which has been grabbed by a tendril

COMSIG_VENT_WAVE_CONCLUDED

Sent from /obj/structure/ore_vent, lets the spawner component know to qdel.