code/__DEFINES/implants.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 |
| BIOCHIP_IMPLANTED | The implant is currently inside the body |
| BIOCHIP_USED | The implant was once implanted into someone |
| BIOCHIP_NEW | The implant is new and intact |
| BIOCHIP_IMPLANT_SUCCESS | Implant is successfully installed |
| BIOCHIP_IMPLANT_FAIL | Implant fails to inject |
| BIOCHIP_IMPLANT_NOROOM | Return this if there's no room for the implant |
| STEALTHBOX_ALPHA | Stealth box alpha |
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_IMPLANTED 
The implant is currently inside the body
BIOCHIP_IMPLANT_FAIL 
Implant fails to inject
BIOCHIP_IMPLANT_NOROOM 
Return this if there's no room for the implant
BIOCHIP_IMPLANT_SUCCESS 
Implant is successfully installed
BIOCHIP_NEW 
The implant is new and intact
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.
BIOCHIP_USED 
The implant was once implanted into someone
STEALTHBOX_ALPHA 
Stealth box alpha