Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reduce IC bonus damage from 40 to 30, this takes total damage down fr…
…om 95 to 85
  • Loading branch information
AfterShockFF authored and squeek502 committed Jul 18, 2016
1 parent 80726c2 commit a7c40d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game_shared/ff/ff_projectile_incendiaryrocket.cpp
Expand Up @@ -25,7 +25,7 @@

#endif

ConVar ffdev_ic_bonusdamage("ffdev_ic_bonusdamage", "40", FCVAR_REPLICATED | FCVAR_CHEAT);
ConVar ffdev_ic_bonusdamage("ffdev_ic_bonusdamage", "30", FCVAR_REPLICATED | FCVAR_CHEAT);
#define IC_BONUSDAMAGE ffdev_ic_bonusdamage.GetFloat()

extern short g_sModelIndexFireball; // (in combatweapon.cpp) holds the index for the fireball
Expand Down

0 comments on commit a7c40d8

Please sign in to comment.