summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptInterface.cpp
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-06-24 00:40:19 (GMT)
committer jacob1 <jfu614@gmail.com>2013-06-24 00:40:19 (GMT)
commit76ce2de1ce23fbe79d2794713d132eeb871642bd (patch)
treee24bf0d5678e990d71eb581b4a6747255d0f5cd6 /src/cat/LuaScriptInterface.cpp
parent43540eb7e42facfd1dfa8eb213d8ee91ad35fa43 (diff)
downloadpowder-76ce2de1ce23fbe79d2794713d132eeb871642bd.zip
powder-76ce2de1ce23fbe79d2794713d132eeb871642bd.tar.gz
change some wall descriptions a little
Diffstat (limited to 'src/cat/LuaScriptInterface.cpp')
-rw-r--r--src/cat/LuaScriptInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cat/LuaScriptInterface.cpp b/src/cat/LuaScriptInterface.cpp
index 0746f2a..237763e 100644
--- a/src/cat/LuaScriptInterface.cpp
+++ b/src/cat/LuaScriptInterface.cpp
@@ -1845,6 +1845,7 @@ void LuaScriptInterface::initElementsAPI()
SETCONST(l, SC_WALL);
SETCONST(l, SC_ELEC);
SETCONST(l, SC_POWERED);
+ SETCONST(l, SC_SENSOR);
SETCONST(l, SC_FORCE);
SETCONST(l, SC_EXPLOSIVE);
SETCONST(l, SC_GAS);
@@ -1856,7 +1857,6 @@ void LuaScriptInterface::initElementsAPI()
SETCONST(l, SC_LIFE);
SETCONST(l, SC_TOOL);
SETCONST(l, SC_DECO);
- SETCONST(l, SC_SENSOR);
//Element identifiers
for(int i = 0; i < PT_NUM; i++)