mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-10 07:11:51 +00:00
missing )
This commit is contained in:
parent
1089b11a56
commit
54991f7263
1 changed files with 1 additions and 1 deletions
|
@ -1290,7 +1290,7 @@ void (entity targ, entity attacker) Obituary_Player_by_SentryTesla =
|
|||
deathstring = " crossed his sentry gun's line of fire\n";
|
||||
else if (deathmsg == DMSG_BUG_ZAPPER)
|
||||
deathstring = " was electrocuted by his own sentry\n";
|
||||
else if (deathmsg == DMSG_LIGHTNING && targ != attacker.enemy
|
||||
else if (deathmsg == DMSG_LIGHTNING && targ != attacker.enemy)
|
||||
deathstring = " completes the circuit\n";
|
||||
else
|
||||
deathstring = " let his sentry turn against him\n"; //CH
|
||||
|
|
Loading…
Reference in a new issue