code/__DEFINES/bio_chip_defines.dm
BIOCHIP_EMOTE_TRIGGER_INTENTIONAL | If used, an implant will trigger when an emote is intentionally used. |
---|---|
BIOCHIP_EMOTE_TRIGGER_UNINTENTIONAL | If used, an implant will trigger when an emote is forced/unintentionally used. |
BIOCHIP_EMOTE_TRIGGER_ALWAYS | If used, an implant will always trigger when the user makes an emote. |
BIOCHIP_TRIGGER_DEATH_ONCE | If used, an implant will trigger on the user's first death. |
BIOCHIP_TRIGGER_DEATH_ANY | If used, an implant will trigger any time a user dies. |
BIOCHIP_TRIGGER_NOT_WHEN_GIBBED | If used, an implant will NOT trigger on death when a user is gibbed. |
BIOCHIP_ACTIVATED_PASSIVE | The implant is passively active (like a mindshield) |
BIOCHIP_ACTIVATED_ACTIVE | The implant is activated manually by a trigger |
Define Details
BIOCHIP_ACTIVATED_ACTIVE
The implant is activated manually by a trigger
BIOCHIP_ACTIVATED_PASSIVE
The implant is passively active (like a mindshield)
BIOCHIP_EMOTE_TRIGGER_ALWAYS
If used, an implant will always trigger when the user makes an emote.
BIOCHIP_EMOTE_TRIGGER_INTENTIONAL
If used, an implant will trigger when an emote is intentionally used.
BIOCHIP_EMOTE_TRIGGER_UNINTENTIONAL
If used, an implant will trigger when an emote is forced/unintentionally used.
BIOCHIP_TRIGGER_DEATH_ANY
If used, an implant will trigger any time a user dies.
BIOCHIP_TRIGGER_DEATH_ONCE
If used, an implant will trigger on the user's first death.
BIOCHIP_TRIGGER_NOT_WHEN_GIBBED
If used, an implant will NOT trigger on death when a user is gibbed.