Skip to content

Commit

Permalink
#1 Fixed viper bomb not killing monster_tank in zbase1
Browse files Browse the repository at this point in the history
  • Loading branch information
VortexAcherontic committed Jul 18, 2021
1 parent d4b76a5 commit fc2961d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/g_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1682,7 +1682,7 @@ void misc_viper_bomb_touch (edict_t *self, edict_t *other, cplane_t *plane, csur
G_UseTargets (self, self->activator);

self->s.origin[2] = self->absmin[2] + 1;
T_RadiusDamage (self, self, self->dmg, NULL, self->dmg+40, MOD_BOMB);
T_RadiusDamage (self, self, self->dmg, self, self->dmg+40, MOD_BOMB);
BecomeExplosion2 (self);
}

Expand Down

0 comments on commit fc2961d

Please sign in to comment.