| Line 514: |
Line 514: |
| | screw = false | | screw = false |
| | } | | } |
| | + | end |
| | + | |
| | + | function ShipData:_remodel_development_material() |
| | + | return self._remodel_development_material |
| | + | end |
| | + | |
| | + | function ShipData:_remodel_construction_material() |
| | + | return self._remodel_construction_material |
| | end | | end |
| | | | |