Line 381: |
Line 381: |
| end | | end |
| return cat | | return cat |
− | end
| |
− |
| |
− | local remodelItems = mw.loadData('Module:KanmusuModule/RemodelHardcode')
| |
− |
| |
− | function shipmodule.RemodelBlueprintChk(blueprint, shipNum)
| |
− | return remodelItems[tonumber(shipNum)] or remodelItems[tonumber(blueprint)]
| |
| end | | end |
| | | |