From 37651838b6ed3731f50ce0c798b02161ca2919ab Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 22 Dec 2001 04:06:28 +0000 Subject: Bug fixes to droid->alien conversion :) --- src/game/g_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/g_cmds.c') diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c index 72f3d457..2c36243b 100644 --- a/src/game/g_cmds.c +++ b/src/game/g_cmds.c @@ -1708,7 +1708,7 @@ void Cmd_Destroy_f( gentity_t *ent ) if( tr.fraction < 1.0 && ( traceEnt->s.eType == ET_BUILDABLE ) && ( traceEnt->biteam == ent->client->pers.pteam ) && - ( ( ent->client->ps.weapon >= WP_DBUILD ) && + ( ( ent->client->ps.weapon >= WP_ABUILD ) && ( ent->client->ps.weapon <= WP_HBUILD ) ) ) G_Damage( traceEnt, ent, ent, forward, tr.endpos, 10000, 0, MOD_SUICIDE ); -- cgit