Changes

Added Musashi K2 remodel requirements.
Line 382: Line 382:     
function shipmodule.RemodelBlueprintChk(blueprint) -- Remodel value check
 
function shipmodule.RemodelBlueprintChk(blueprint) -- Remodel value check
 +
    --Hardcoded Musashi K2 requirements for sake of time.
 
     local blueprinttext = ''
 
     local blueprinttext = ''
 
     if blueprint == 1 then
 
     if blueprint == 1 then
Line 391: Line 392:  
     elseif blueprint == 4 then
 
     elseif blueprint == 4 then
 
         blueprinttext = '[[File:IcoBlueprint.png|25px|Blueprint|link=Blueprints]] [[File:IcoActionReport.png|25px|Action Report]]'
 
         blueprinttext = '[[File:IcoBlueprint.png|25px|Blueprint|link=Blueprints]] [[File:IcoActionReport.png|25px|Action Report]]'
 +
    elseif blueprint == 11 then
 +
        blueprinttext = '[[File:IcoBlueprint.png|25px|Blueprint|link=Blueprints]]ˣ³ [[File:New_Type_Artillery_Armament_Materials.png|25px|New Type Artillery Armament Materials]]ˣ³ [[File:IcoActionReport.png|25px|Action Report]]'
 
     end
 
     end
 
     return blueprinttext
 
     return blueprinttext
3,663

edits