From dd6e9c569864170b4631e97688ccf5a04e7b0f1c Mon Sep 17 00:00:00 2001 From: Lyberta Date: Mon, 16 Jul 2018 16:35:22 +0300 Subject: [PATCH] Survival: Updated to new Assasult icons. --- qcsrc/common/mutators/mutator/waypoints/all.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.2