From eb39904d4541f8acbacd6c5bc475baf625ef8af0 Mon Sep 17 00:00:00 2001 From: Shaman <48730089+Arch-Shaman@users.noreply.github.com> Date: Sun, 14 Feb 2021 07:39:35 -0500 Subject: [PATCH] Canister is free (since it's default weapon) --- LuaRules/Configs/dynamic_comm_defs.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuaRules/Configs/dynamic_comm_defs.lua b/LuaRules/Configs/dynamic_comm_defs.lua index 0a75058cb..af1f05228 100644 --- a/LuaRules/Configs/dynamic_comm_defs.lua +++ b/LuaRules/Configs/dynamic_comm_defs.lua @@ -554,7 +554,7 @@ local moduleDefs = { description = "Canister Cannon:\nReleases tiny fragments at a certain range. May impact multiple units.", image = moduleImagePath .. "commweapon_canister.png", limit = 2, - cost = 50 * COST_MULT, + cost = 0 * COST_MULT, requireChassis = {"assault"}, requireLevel = 1, slotType = "basic_weapon",