Files
fulpstation/code/__DEFINES/implants.dm
John Willard d5a8187c58 January tgu (#1094)
* tgu

* btfo

* Barsigns

* tgui fixes

* Map stuff

* pubby morgue

* .

* ...

* fixes varedited slime extract

* Merge remote-tracking branch 'upstream/master' into january-tgu
2024-02-01 09:15:55 -08: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