From 123c5b5b9962f4af04ae2a0ca72fec668a1bea1e Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 12 Jan 2009 21:41:16 +0000 Subject: introduced 3 special pseudo weapons. game, self and world to make a difference on how you got killed --- datasrc/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'datasrc/network.py') diff --git a/datasrc/network.py b/datasrc/network.py index 1a83a80f..12ae34d3 100644 --- a/datasrc/network.py +++ b/datasrc/network.py @@ -209,7 +209,7 @@ Messages = [ NetMessage("sv_killmsg", [ NetIntRange("killer", 0, 'MAX_CLIENTS-1'), NetIntRange("victim", 0, 'MAX_CLIENTS-1'), - NetIntRange("weapon", -1, 'NUM_WEAPONS-1'), + NetIntRange("weapon", -3, 'NUM_WEAPONS-1'), NetIntAny("mode_special"), ]), -- cgit 1.4.1