Fixed borgs not being able to use !

This commit is contained in:
ZomgPonies
2013-09-14 02:42:06 -04:00
parent 02e4045063
commit ef7cdabebf

View File

@@ -4,7 +4,7 @@
if (ending == "?")
return "queries, \"[text]\"";
else if (ending == "!")
return "declares, \"[copytext(text, 1, length(text))]\"";
return "declares, \"[text]\"";
return "states, \"[text]\"";