mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
smart mimics 0.1
This commit is contained in:
@@ -125,6 +125,10 @@
|
||||
|
||||
#define isdeathsquad(H) (H.mind in ticker.mode.deathsquads)
|
||||
|
||||
//Macro for AREAS!
|
||||
|
||||
#define isspace(A) (A.type == /area)
|
||||
|
||||
//1 line helper procs compressed into defines.
|
||||
#define Clamp(x, y, z) (x <= y ? y : (x >= z ? z : x))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user