From 5f32f5b36f5013deff20ba5144d6bec9077b6ea2 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 2 Feb 2008 18:05:16 +0000 Subject: added laser weapon --- src/game/server/gs_game.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/server/gs_game.cpp') diff --git a/src/game/server/gs_game.cpp b/src/game/server/gs_game.cpp index 14b5a2c7..9a9c233e 100644 --- a/src/game/server/gs_game.cpp +++ b/src/game/server/gs_game.cpp @@ -60,10 +60,10 @@ bool gameobject::on_entity(int index, vec2 pos) type = POWERUP_WEAPON; subtype = WEAPON_SHOTGUN; } - else if(index == ENTITY_WEAPON_ROCKET) + else if(index == ENTITY_WEAPON_GRENADE) { type = POWERUP_WEAPON; - subtype = WEAPON_ROCKET; + subtype = WEAPON_GRENADE; } else if(index == ENTITY_POWERUP_NINJA) { -- cgit 1.4.1