X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fcommon%2Fweapons%2Fweapon%2Fhook.qh;h=385fab4d6a1488544d131be653fc269a80c77e2d;hb=428da72281f326b423fbd2649f138bb24ca8fa0b;hp=bff975e005479ce5d12eaf5751ec11b6b06843f2;hpb=deb4c0dce1468665f6328aea364ab570b93490f8;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/weapons/weapon/hook.qh b/qcsrc/common/weapons/weapon/hook.qh index bff975e00..385fab4d6 100644 --- a/qcsrc/common/weapons/weapon/hook.qh +++ b/qcsrc/common/weapons/weapon/hook.qh @@ -10,6 +10,8 @@ CLASS(Hook, Weapon) /* modelname */ ATTRIB(Hook, mdl, string, "hookgun"); #ifdef GAMEQC /* model */ ATTRIB(Hook, m_model, Model, MDL_HOOK_ITEM); +/* flash mdl */ ATTRIB(Hook, m_muzzlemodel, Model, MDL_Null); +/* flash eff */ ATTRIB(Hook, m_muzzleeffect, entity, EFFECT_HOOK_MUZZLEFLASH); #endif /* crosshair */ ATTRIB(Hook, w_crosshair, string, "gfx/crosshairhook"); /* crosshair */ ATTRIB(Hook, w_crosshair_size, float, 0.5);