From: Lyberta Date: Thu, 1 Jun 2017 09:30:22 +0000 (+0300) Subject: Player templates: Fixed health pickup. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7d1479d6f8fc51bb354f21bbdb0a066193a412f4;p=xonotic%2Fxonotic-data.pk3dir.git Player templates: Fixed health pickup. --- 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");