diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index ff78f99..6f4e3ba 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -1404,6 +1404,14 @@ if settings.startup['PHI-CT'].value then entity.surface_conditions = nil entity.localised_name = {'phi-cl.combine', {'entity-name.' .. v}, '(II)'} entity.localised_description = {'entity-description.' .. v} + + for _, st in pairs(entity.structure) do + st.sheet.filename = items['general']['graphics_location'] .. v .. '.png' + end + + entity.structure.direction_in_side_loading.sheet.y = 192 + entity.structure.direction_out_side_loading.sheet.y = nil + data:extend({entity}) data.raw['underground-belt']['underground-belt-A'].next_upgrade = 'fast-underground-belt' diff --git a/PHI-CL/graphics/express-underground-belt-e.png b/PHI-CL/graphics/express-underground-belt.png similarity index 100% rename from PHI-CL/graphics/express-underground-belt-e.png rename to PHI-CL/graphics/express-underground-belt.png diff --git a/PHI-CL/graphics/fast-underground-belt-e.png b/PHI-CL/graphics/fast-underground-belt.png similarity index 100% rename from PHI-CL/graphics/fast-underground-belt-e.png rename to PHI-CL/graphics/fast-underground-belt.png diff --git a/PHI-CL/graphics/underground-belt-e.png b/PHI-CL/graphics/underground-belt.png similarity index 100% rename from PHI-CL/graphics/underground-belt-e.png rename to PHI-CL/graphics/underground-belt.png