Bilka2 / AbandonedRuins

"The Ruins Mod" is a mod for the game Factorio that adds factory ruins to the map.
https://mods.factorio.com/mod/AbandonedRuins
MIT License
9 stars 8 forks source link

Consider using LuaForce::custom_color for setting enemy force color #31

Open Bilka2 opened 2 years ago

Bilka2 commented 2 years ago

Currently the color for the custom enemy force is set via a workaround in the data stage. In Factorio 1.1.64, LuaForce.custom_color was added. Setting this in the runtime stage should be able to replace the data stage workaround. Needs to be tested whether it works as expected.