X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fweapon%2Ffireball.qh;h=dc59a109ce47a5a029b7f5a190c75fe188e86d58;hb=4d0ef7ff19b8272007e0034f1320e7de2010d14e;hp=ba391f6a2d13b42dc33ae6dd08654345921c379f;hpb=0b81c8ddcc0fd34433e710dbfe2b55afe0d6d7eb;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/weapons/weapon/fireball.qh b/qcsrc/common/weapons/weapon/fireball.qh index ba391f6a2..dc59a109c 100644 --- a/qcsrc/common/weapons/weapon/fireball.qh +++ b/qcsrc/common/weapons/weapon/fireball.qh @@ -10,6 +10,8 @@ CLASS(Fireball, Weapon) /* modelname */ ATTRIB(Fireball, mdl, string, "fireball"); #ifdef GAMEQC /* model */ ATTRIB(Fireball, m_model, Model, MDL_FIREBALL_ITEM); +/* flash mdl */ ATTRIB(Fireball, m_muzzlemodel, Model, MDL_Null); +/* flash eff */ ATTRIB(Fireball, m_muzzleeffect, entity, EFFECT_FIREBALL_MUZZLEFLASH); #endif /* crosshair */ ATTRIB(Fireball, w_crosshair, string, "gfx/crosshairfireball"); /* crosshair */ //ATTRIB(Fireball, w_crosshair_size, float, 0.65);