Changes

m
no edit summary
Line 261: Line 261:  
if mode == 6 and self._is_basexp then
 
if mode == 6 and self._is_basexp then
 
basexp = item_key
 
basexp = item_key
 +
mode = 7
 
else
 
else
 
--Fleets are of variable size, so we append onto a string until we hit the next node declaration
 
--Fleets are of variable size, so we append onto a string until we hit the next node declaration
Line 295: Line 296:  
end
 
end
 
if mode == 6 then
 
if mode == 6 then
-- only check for the base node experience once
+
    mode = 7
mode = 7
   
end
 
end
 
end
 
end