ExcaliburIV = Object.extend(Ship) function ExcaliburIV:new() ExcaliburIV.super.new(self) self.name = "Excalibur IV"; self.image = nil end