summaryrefslogtreecommitdiff
path: root/src/game/g_weapon.c
diff options
context:
space:
mode:
authorMikko Tiusanen <ams@daug.net>2015-04-03 18:58:13 +0300
committerMikko Tiusanen <ams@daug.net>2015-04-03 18:58:13 +0300
commitaa6fb499dbd92884037b4e20ec3dfaa9447468bf (patch)
tree88ef19194bfa8c618404bb6f66a109a779843cc8 /src/game/g_weapon.c
parent216fc980dd8221198e491745a0eaa029c37f74d3 (diff)
Removed rant flame and changed mines to sticky bombs.
Diffstat (limited to 'src/game/g_weapon.c')
-rw-r--r--src/game/g_weapon.c14
1 files changed, 4 insertions, 10 deletions
diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c
index 3a8c8ac..0b5599a 100644
--- a/src/game/g_weapon.c
+++ b/src/game/g_weapon.c
@@ -1897,7 +1897,7 @@ void FireWeapon3( gentity_t *ent )
break;
case WP_ALEVEL4:
- FireBreath_tyrant( ent );
+ // FireBreath_tyrant( ent );
break;
case WP_MASS_DRIVER:
@@ -1908,16 +1908,10 @@ void FireWeapon3( gentity_t *ent )
break;
case WP_ALEVEL1:
+ acidBombFire2x( ent, WP_ALEVEL1 );
+ break;
case WP_ALEVEL1_UPG:
-
- if( ent->s.weapon == WP_ALEVEL1 )
- {
- acidBombFire2x( ent, WP_ALEVEL1 );
- }
- else
- {
- acidBombFire( ent, WP_ALEVEL1_UPG );
- }
+ acidBombFire( ent, WP_ALEVEL1_UPG );
break;
default: