Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/game/shared/tf/tf_projectile_dragons_fury.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ class CTFProjectile_BallOfFire : public CTFProjectile_Rocket

virtual float GetDamageRadius() const { return tf_fireball_radius.GetFloat(); }
virtual int GetCustomDamageType() const OVERRIDE { Assert( false ); return TF_DMG_CUSTOM_DRAGONS_FURY_IGNITE; }
virtual bool IsDeflectable() OVERRIDE { return false; }

virtual void RocketTouch( CBaseEntity *pOther ) OVERRIDE
{
Expand Down