X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmonsters%2Fmonster.qh;h=146f64d405533ca59aac5636f81720f16d922157;hb=18dcd0070ab608b7788a7def821088060847fa76;hp=aba9c9aa9b66713607aa3f2c4d02412744b82e51;hpb=d5a954d00e5c66bd5e68eadef172e50cf392bc4c;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/monsters/monster.qh b/qcsrc/common/monsters/monster.qh index aba9c9aa9..146f64d40 100644 --- a/qcsrc/common/monsters/monster.qh +++ b/qcsrc/common/monsters/monster.qh @@ -17,6 +17,7 @@ const int MON_FLAG_HIDDEN = BIT(16); // entity properties of monsterinfo: .bool(int, entity actor, entity targ, .entity weaponentity) monster_attackfunc; +.entity monsterdef; // animations .vector anim_blockend;