- some new mission icons
- add variable portal limiter (and effects) to TechRacer
- allow variable (not just infinite) ufo fuel
- possibly break stuff some
- more whitespace?
-- Library for localizing strings in lua scripts
local lang = HedgewarsScriptLoad("Locale/" .. tostring(L) .. ".lua")
function loc(text)
if locale ~= nil and locale[text] ~= nil then return locale[text]
else return text
end
end