From: Lyberta Date: Mon, 16 Jul 2018 13:35:22 +0000 (+0300) Subject: Survival: Updated to new Assasult icons. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=dd6e9c569864170b4631e97688ccf5a04e7b0f1c;p=xonotic%2Fxonotic-data.pk3dir.git Survival: Updated to new Assasult icons. --- diff --git a/qcsrc/common/mutators/mutator/waypoints/all.inc b/qcsrc/common/mutators/mutator/waypoints/all.inc index f6c5958af..48931c4c5 100644 --- a/qcsrc/common/mutators/mutator/waypoints/all.inc +++ b/qcsrc/common/mutators/mutator/waypoints/all.inc @@ -54,8 +54,8 @@ REGISTER_WAYPOINT(OnsCPAttack, _("Control point"), "", '1 0.5 0', 2); REGISTER_WAYPOINT(OnsGen, _("Generator"), "", '1 0.5 0', 1); REGISTER_WAYPOINT(OnsGenShielded, _("Generator"), "", '1 0.5 0', 1); -REGISTER_WAYPOINT(SurvivalKill, _("Kill"), "weaponseeker", '0.8 0.8 0', 1); -REGISTER_WAYPOINT(SurvivalDefend, _("Defend"), "item_large_armor", '0 1 0', 1); +REGISTER_WAYPOINT(SurvivalKill, _("Kill"), "as_destroy", '0.8 0.8 0', 1); +REGISTER_WAYPOINT(SurvivalDefend, _("Defend"), "as_defend", '0 1 0', 1); REGISTER_WAYPOINT(Weapon, _("Weapon"), "", '0 0 0', 1);