Changes

m
no edit summary
Line 262: Line 262:  
local note = frame.args["note"]
 
local note = frame.args["note"]
   −
local name, suffix = frame.args["ship"] or Ship:process_ship_key(ship_key)
+
local name, suffix = Ship:process_ship_key(ship_key)
local ship = frame.args["ship_table"] or Ship:get_table(name, suffix) -- Ship(ship_key){ _level = 80 }
+
local ship = Ship:get_table(name, suffix) -- Ship(ship_key){ _level = 80 }
    
if rank and name and ship and ship._type then
 
if rank and name and ship and ship._type then
cssedit, gkautomate
6,926

edits