From f57bf26307d2d5b5033affc96edc6c1e035e7f0c Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sat, 11 Apr 2015 23:45:26 +0200 Subject: Rename Mine to Sticky Grenade. --- src/game/bg_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit