summaryrefslogtreecommitdiff
path: root/ers
diff options
context:
space:
mode:
Diffstat (limited to 'ers')
-rw-r--r--ers/init_code.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/ers/init_code.lua b/ers/init_code.lua
index 18cdbc9..c41de06 100644
--- a/ers/init_code.lua
+++ b/ers/init_code.lua
@@ -26,6 +26,8 @@ F.known_rcs = {
["TYARD"] = "TYARD",
["TY_COLLECT_SINESIS"] = "TY_COLLECT_SINESIS",
["TY_RTS"] = "TY_RTS",
+ ["FAREAST"] = "FAREAST",
+ ["KLYARD"] = "KLYARD",
}
F.print = function (str) if F.debug then print("".. (str or "nil") ) end end