Module dpmod: Change committed
havoc at icculus.org
havoc at icculus.org
Fri Nov 15 08:37:13 EST 2002
Commiter : havoc
CVSROOT : /cvs/cvsroot/twilight
Module : dpmod
Commit time: 2002-11-15 13:37:13 UTC
Log message:
fixed plasma rifle "splattered" kill message
Modified files:
qc/w_plasmarifle.qc
------=MIME.83d23f4219b502feae33ded4d99c9d30
Content-Type: text/plain; name="dpmod.20021115.133713.havoc.diff"
Content-Disposition: attachment; filename="dpmod.20021115.133713.havoc.diff"
Content-Transfer-Encoding: 8bit
Index: dpmod/qc/w_plasmarifle.qc
diff -u dpmod/qc/w_plasmarifle.qc:1.3 dpmod/qc/w_plasmarifle.qc:1.4
--- dpmod/qc/w_plasmarifle.qc:1.3 Fri Nov 15 07:59:54 2002
+++ dpmod/qc/w_plasmarifle.qc Fri Nov 15 08:37:02 2002
@@ -8,7 +8,7 @@
deathstring3 = attacker.netname;
deathstring4 = "'s plasma rifle";
if (targ.bodyhealth < 1)
- deathstring3 = " was splattered by ";
+ deathstring2 = " was splattered by ";
}
else
Obituary_Fallback(targ, attacker, dmsg, dtype);
More information about the twilight-commits
mailing list