]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Player templates: Fixed health pickup.
authorLyberta <lyberta@lyberta.net>
Thu, 1 Jun 2017 09:30:22 +0000 (12:30 +0300)
committerLyberta <lyberta@lyberta.net>
Thu, 1 Jun 2017 09:30:22 +0000 (12:30 +0300)
qcsrc/common/mutators/mutator/playertemplates/sv_playertemplates.qc

index 23f6c2ad882888fab3df2c8510c9f3b0f72b7fb4..fc68643c9d8cbe09990d4324af9f5e29282d5d32 100644 (file)
@@ -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");