Changes

no edit summary
Line 424: Line 424:  
     end
 
     end
 
         for _, arg in ipairs(actions) do
 
         for _, arg in ipairs(actions) do
             local value = format_arg(format_value(arg, ship)) -- interpret_arg(arg)
+
             local value = ship and format_arg(format_value(arg, ship)) -- interpret_arg(arg)
 
             if value then
 
             if value then
 
                 table.insert(values, value)
 
                 table.insert(values, value)
cssedit, gkautomate
7,064

edits