File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ if reskins.compatibility then
1515end
1616
1717local chemical_plants = {
18- [" angels- chemical-plant" ] = { tier = 1 },
18+ [" chemical-plant" ] = { tier = 1 },
1919 [" angels-chemical-plant-2" ] = { tier = 2 },
2020 [" angels-chemical-plant-3" ] = { tier = 3 },
2121 [" angels-chemical-plant-4" ] = { tier = 4 },
2222}
2323
24- local use_vanilla_chemical_plant_sprites = reskins .lib .settings .get_value (" reskins-angels-use-vanilla-chemical-plant-sprites" ) and reskins . lib . settings . get_value ( " angels-disable-vanilla-chemical-plants " )
24+ local use_vanilla_chemical_plant_sprites = reskins .lib .settings .get_value (" reskins-angels-use-vanilla-chemical-plant-sprites" )
2525
2626for name , map in pairs (chemical_plants ) do
2727 local tier = reskins .lib .tiers .get_tier (map )
You can’t perform that action at this time.
0 commit comments