From 7d1479d6f8fc51bb354f21bbdb0a066193a412f4 Mon Sep 17 00:00:00 2001 From: Lyberta Date: Thu, 1 Jun 2017 12:30:22 +0300 Subject: [PATCH] Player templates: Fixed health pickup. --- .../mutators/mutator/playertemplates/sv_playertemplates.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/common/mutators/mutator/playertemplates/sv_playertemplates.qc b/qcsrc/common/mutators/mutator/playertemplates/sv_playertemplates.qc index 23f6c2ad88..fc68643c9d 100644 --- a/qcsrc/common/mutators/mutator/playertemplates/sv_playertemplates.qc +++ b/qcsrc/common/mutators/mutator/playertemplates/sv_playertemplates.qc @@ -365,6 +365,7 @@ float PlayerTemplate_ItemTouch(entity player, entity item, string template) } } case "item_health_big": + case "item_health_large": { float result = PlayerTemplate_GivePlayerItem(player, template, "pickup_health_big"); -- 2.39.5