Fix grunt crash

Add BUGS file
This commit is contained in:
Adam Olsen 2001-07-19 09:13:09 +00:00
parent 376eba2f8d
commit cf10dd100d
2 changed files with 6 additions and 0 deletions

5
BUGS Normal file
View file

@ -0,0 +1,5 @@
1. monsters attack everybody, including teammates
2. soldiers attack nobody at all
3. that the suicide message, and some others, used the original nick even though he changed it
4. info string length exceeded :/
5. still get teamkill curse with teamplay 0

View file

@ -672,6 +672,7 @@ void() GruntyScanTargets =
{
local entity targ; // our hapless foe
local string st;
targ = world;
if (self.enemy != world)
if (self.enemy.health <= 0 || self.enemy.has_disconnected)