Fixes a boutput runtime

* Fixes a boutput runtime

* whoops
This commit is contained in:
PJB3005
2016-04-06 23:54:45 +02:00
committed by sood
parent b9705b97f4
commit ba1bd93560
2 changed files with 4 additions and 1 deletions

View File

@@ -107,6 +107,8 @@
#define isclient(A) (istype(A, /client))
#define isatom(A) (istype(A, /atom))
//Macros for antags
#define isvampire(H) ((H.mind in ticker.mode.vampires) || H.mind.vampire)