diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2015-04-11 23:45:26 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2015-04-11 23:45:26 +0200 |
commit | f57bf26307d2d5b5033affc96edc6c1e035e7f0c (patch) | |
tree | 4314f617c5c5d857e70ffa7538f58a51c3fa2ed5 /src | |
parent | f97f7bf339f25e9a0e3183cfbd4ebf8222f0fbf4 (diff) |
Rename Mine to Sticky Grenade.
Diffstat (limited to 'src')
-rw-r--r-- | src/game/bg_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index 09da2b8..b1c7550 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -3682,7 +3682,7 @@ static const weaponAttributes_t bg_weapons[ ] = STAGE_GE_5, //int stages SLOT_NONE, //int slots; "mine", //char *weaponName; - "Mine", //char *weaponHumanName; + "Sticky Grenade", //char *weaponHumanName; "", 1, //int maxAmmo; 0, //int maxClips; |