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 --- src/game/server/hooks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/server/hooks.cpp') diff --git a/src/game/server/hooks.cpp b/src/game/server/hooks.cpp index 93ce3ae0..d557f99f 100644 --- a/src/game/server/hooks.cpp +++ b/src/game/server/hooks.cpp @@ -389,7 +389,7 @@ void mods_message(int msgtype, int client_id) return; p->last_kill = time_get(); - p->kill_character(); //(client_id, -1); + p->kill_character(WEAPON_SELF); p->respawn_tick = server_tick()+server_tickspeed()*3; } } -- cgit 1.4.1