Files
Bubberstation/code/__DEFINES/implants.dm
SkyratBot d143f17ccd [MIRROR] "Security Implant" rework, prisoner management console updates [MDB IGNORE] (#25525)
* "Security Implant" rework, prisoner management console updates

* Fix conflicts

---------

Co-authored-by: Rhials <28870487+Rhials@users.noreply.github.com>
Co-authored-by: SomeRandomOwl <somerandomowl@ratchtnet.com>
Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
2023-12-09 23:49:54 -05:00

6 lines
195 B
Plaintext

///Denotes this as a "security" implant, limiting it to two per body
#define IMPLANT_TYPE_SECURITY (1<<0)
///Maximum number of security implants in a mob at once.
#define SECURITY_IMPLANT_CAP 2