This commit is contained in:
2025-04-27 00:35:57 +09:00
parent c6fcc0cab8
commit 206d5253fb
7 changed files with 28 additions and 41 deletions

View File

@@ -262,7 +262,7 @@ function main.EEQ(source, tier)
item.localised_name = (tier > 1 and {'phi-cl.combine', {'?', {'item-name.' .. source.ref_name}, {'name.' .. source.ref_name}}, tostring(tier)}) or {'?', {'item-name.' .. source.ref_name}, {'name.' .. source.ref_name}}
item.localised_description = {'?', {'item-description.' .. source.ref_name}, {'description.' .. source.ref_name}}
if settings.startup['PHI-EQ-SIZE'].value then
if settings.startup['PHI-MB-EQUIPMENT-SIZE'].value then
item.shape = {
width = 1,
height = 1,