Line 577:
Line 577:
devmat = self._remodel_development_material,
devmat = self._remodel_development_material,
conmat = self._remodel_construction_material or false,
conmat = self._remodel_construction_material or false,
−
screw = false
+
screw = self._remodel_screw or false,
}
}
end
end
Line 611:
Line 611:
function ShipData:remodel_construction_material()
function ShipData:remodel_construction_material()
return self._remodel_construction_material
return self._remodel_construction_material
+
end
+
+
function ShipData:remodel_screw()
+
return self._remodel_screw
end
end
Line 625:
Line 629:
devmat = self._remodel_to_development_material,
devmat = self._remodel_to_development_material,
conmat = self._remodel_to_construction_material or false,
conmat = self._remodel_to_construction_material or false,
−
screw = false
+
screw = self._remodel_to_screw or false,
}
}
end
end