mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 07:46:20 +00:00
* "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>
6 lines
195 B
Plaintext
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
|