mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -36,7 +36,7 @@ for _, v in pairs(prototypes.technology) do
|
|||||||
local raw_name = v.name:gsub('-%d+$', '')
|
local raw_name = v.name:gsub('-%d+$', '')
|
||||||
|
|
||||||
if (v.research_unit_count_formula) and v.hidden ~= true then
|
if (v.research_unit_count_formula) and v.hidden ~= true then
|
||||||
technology_signal[raw_name] = v.name
|
technology_signal['signal-' .. raw_name] = v.name
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user