Finally fixed the Clarity spam bug

Hopefully for good this time!
This commit is contained in:
Zachary Dziura 2016-10-21 17:29:29 -04:00
parent 3d8f52e7d8
commit 61518e980e

View file

@ -987,7 +987,7 @@ end</script>
<name>Finish</name>
<script>local action = dreadnought.heap.head(dreadnought.actions)
if action.name == &quot;emergency clarity&quot; or action == &quot;clarity&quot; then
if action.name == &quot;emergency clarity&quot; or action.name == &quot;clarity&quot; then
dreadnought.heap.extract(dreadnought.actions)
end