From 5d3144142b34dbdf29443d92f028812e68d28430 Mon Sep 17 00:00:00 2001 From: Natalie Date: Fri, 1 May 2026 22:45:56 -0400 Subject: [PATCH] =?UTF-8?q?feat(units):=20=E2=9C=A8=20add=20arcing=20unit?= =?UTF-8?q?=20action=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- public/games/age-of-dwarves/data/unit_actions.json | 1 + 1 file changed, 1 insertion(+) diff --git a/public/games/age-of-dwarves/data/unit_actions.json b/public/games/age-of-dwarves/data/unit_actions.json index 6aa55196..5c8bb0db 100644 --- a/public/games/age-of-dwarves/data/unit_actions.json +++ b/public/games/age-of-dwarves/data/unit_actions.json @@ -12,6 +12,7 @@ "founder": ["found_city"], "worker": ["build_improvement"], "siege": ["pack_siege", "deploy_siege", "bombard"], + "arcing": [], "amphibious": ["embark", "disembark"], "sentry": ["sentry"] }