From 5fe4f61740e86eac42dab6e8c12371b2b058b107 Mon Sep 17 00:00:00 2001 From: Lorenc Pekaj Date: Sun, 14 Oct 2018 23:43:58 +1100 Subject: [PATCH] fix random armour drop --- gamemodes/irresistible/cnr/features/weapon_drop.pwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamemodes/irresistible/cnr/features/weapon_drop.pwn b/gamemodes/irresistible/cnr/features/weapon_drop.pwn index fb90507..ad0a01f 100644 --- a/gamemodes/irresistible/cnr/features/weapon_drop.pwn +++ b/gamemodes/irresistible/cnr/features/weapon_drop.pwn @@ -151,7 +151,7 @@ hook OnPlayerPickUpDynPickup( playerid, pickupid ) SetPlayerHealth( playerid, health ); } } - else if ( g_weaponDropData[ dropid ] [ E_WEAPON_ID ] == WEAPON_HEALTH ) + else if ( g_weaponDropData[ dropid ] [ E_WEAPON_ID ] == WEAPON_ARMOUR ) { new Float: armour;