This commit is contained in:
2024-10-31 18:18:52 +09:00
parent b2b20adb3c
commit 0b255b6be4
8 changed files with 234 additions and 217 deletions

View File

@@ -293,6 +293,15 @@ function main.EEQ(source, tier)
item.localised_name = {'phi-cl.combine-gen', {'name.' .. source.ref_name}, tostring(tier)}
if settings.startup['PHI-EQ-SIZE'].value then
item.shape = {
width = 1,
height = 1,
type = 'full',
points = {{0, 0}}
}
end
data:extend({item})
end