#622 reinforced induction matrix support

This commit is contained in:
Mikayla Fischler
2025-09-12 19:45:15 -04:00
parent acaa9369f4
commit 0392385037
4 changed files with 11 additions and 11 deletions

View File

@@ -440,8 +440,8 @@ local function main()
println_ts(util.c("sys_config> failed to check if '", name, "' is formed"))
log.warning(util.c("sys_config> failed to check if '", name, "' is a formed dynamic tank multiblock"))
end
elseif type == "inductionPort" then
-- induction matrix multiblock
elseif type == "inductionPort" or type == "reinforcedInductionPort" then
-- induction matrix multiblock (reinforced or normal)
if not validate_assign(true) then return false end
rtu_type = RTU_UNIT_TYPE.IMATRIX