mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-10 07:11:51 +00:00
Fix grunt crash
Add BUGS file
This commit is contained in:
parent
376eba2f8d
commit
cf10dd100d
2 changed files with 6 additions and 0 deletions
5
BUGS
Normal file
5
BUGS
Normal 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
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue