mirror of
https://github.com/veden/Rampant.git
synced 2025-02-09 13:36:53 +02:00
6 lines
186 B
Lua
Executable File
6 lines
186 B
Lua
Executable File
local vanillaBuildings = require("prototypes/buildings/UpdatesVanilla")
|
|
|
|
if settings.startup["rampant-addWallResistanceAcid"].value then
|
|
vanillaBuildings.addWallAcidResistance()
|
|
end
|