X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmonsters%2Fmonster.qh;h=5572fe9102d05a1a07174cfc5255a143784e30ce;hb=cc37ae9ec08cca9f8b17cdbf91e71380d0d6f700;hp=2685e2fbced75be78c0402980f5a5acea84f9294;hpb=82ab36d1b4c5e08c76c0822cc76fce6fa5ed2cf7;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/monsters/monster.qh b/qcsrc/common/monsters/monster.qh index 2685e2fbc..5572fe910 100644 --- a/qcsrc/common/monsters/monster.qh +++ b/qcsrc/common/monsters/monster.qh @@ -14,7 +14,7 @@ const int MONSTER_SIZE_QUAKE = BIT(13); const int MONSTER_TYPE_PASSIVE = BIT(14); // doesn't target or chase enemies // entity properties of monsterinfo: -.bool(int, entity actor, entity targ) monster_attackfunc; +.bool(int, entity actor, entity targ, .entity weaponentity) monster_attackfunc; // animations .vector anim_blockend;