From: Lyberta Date: Sun, 25 Jun 2017 20:40:17 +0000 (+0300) Subject: Player templates: added item_armor_large. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a1c31ac3e636f8788e64da3d304bdb3c22b3e298;p=xonotic%2Fxonotic-data.pk3dir.git Player templates: added item_armor_large. --- diff --git a/qcsrc/common/mutators/mutator/playertemplates/sv_playertemplates.qc b/qcsrc/common/mutators/mutator/playertemplates/sv_playertemplates.qc index c3a742b570..7e86eca111 100644 --- a/qcsrc/common/mutators/mutator/playertemplates/sv_playertemplates.qc +++ b/qcsrc/common/mutators/mutator/playertemplates/sv_playertemplates.qc @@ -466,6 +466,7 @@ float PlayerTemplate_ItemTouch(entity player, entity item, string template) } } case "item_armor_big": + case "item_armor_large": { float result = PlayerTemplate_GivePlayerItem(player, template, "pickup_armor_big");