Line 773:
Line 773:
function ShipData:create(ship)
function ShipData:create(ship)
ship = ship or {}
ship = ship or {}
+
-- apparently wikia (mediawiki?) can have shared state between invokes
if type(ship._class) == 'string' then
if type(ship._class) == 'string' then
ship._class = ShipClass(ship._class)
ship._class = ShipClass(ship._class)