mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 07:54:14 +00:00
* tgu * btfo * Barsigns * tgui fixes * Map stuff * pubby morgue * . * ... * fixes varedited slime extract * Merge remote-tracking branch 'upstream/master' into january-tgu
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
|