/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/dcs/signals/signals_lasertag.dm

COMSIG_LIVING_FIRING_PIN_CHECKSending this signal will return either BLOCK_FIRE bitflag or ALLOW_FIRE bitflag
BLOCK_FIREblocks the lasertag firing pin from authorizing the shot
ALLOW_FIREallows the lasertag firing pin to authorize the shot
LASERTAG_TEAM_NEUTRALNeutral Lasertag team
LASERTAG_TEAM_REDRed Lasertag team
LASERTAG_TEAM_BLUEBlue Lasertag team

Define Details

ALLOW_FIRE

allows the lasertag firing pin to authorize the shot

BLOCK_FIRE

blocks the lasertag firing pin from authorizing the shot

COMSIG_LIVING_FIRING_PIN_CHECK

Sending this signal will return either BLOCK_FIRE bitflag or ALLOW_FIRE bitflag

LASERTAG_TEAM_BLUE

Blue Lasertag team

LASERTAG_TEAM_NEUTRAL

Neutral Lasertag team

LASERTAG_TEAM_RED

Red Lasertag team