From 1089b11a568463ae4cb5b2da92042d5a37cbcde5 Mon Sep 17 00:00:00 2001 From: Finny Merrill Date: Sat, 20 Mar 2004 00:07:44 +0000 Subject: [PATCH] LIGHTING != LIGHTNING --- obituary.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obituary.qc b/obituary.qc index 4b77c31..642de03 100644 --- a/obituary.qc +++ b/obituary.qc @@ -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_LIGHTING && 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