Skip to content

Commit

Permalink
Make Sticky Grenades immune to damage.
Browse files Browse the repository at this point in the history
  • Loading branch information
enneract committed Apr 11, 2015
1 parent f57bf26 commit 5dd2e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/tremulous.h
Expand Up @@ -413,7 +413,7 @@ TREMULOUS EDGE MOD SRC FILE
#define MINE_INIT_TIME 3000
#define MINE_CHECK_FREQUENCY 100
#define MINE_BOOM_TIME 25
#define MINE_TAKEDAMAGE qtrue
#define MINE_TAKEDAMAGE qfalse
#define MINE_HEALTH 40

#define NADEFLAMES_SPEED 400.0f
Expand Down

0 comments on commit 5dd2e87

Please sign in to comment.