diff --git a/.gitignore b/.gitignore index 4e3d044..9ff59be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .vscode/settings.json PHI-CL/.vscode/settings.json *.zip +/PHI-CL/.vscode diff --git a/PHI-CL/main.lua b/PHI-CL/main.lua index a6798b9..12d2ea3 100644 --- a/PHI-CL/main.lua +++ b/PHI-CL/main.lua @@ -48,10 +48,6 @@ end function main.EEE(source, tier) local item = table.deepcopy(data.raw[source.type][source.ref_name]) - if not (item or item.name) then - assert('ERROR - trying to load ' .. source.type .. ' / ' .. source.ref_name) - end - item.name = source.name .. '-' .. tier item.minable.result = item.name item.max_health = item.max_health * (tier - source.min + 2)