Working on effect bubbles (visual indicators for awareness state changes)

This commit is contained in:
2014-06-15 14:14:16 -07:00
parent 37ca9fe52d
commit a90eef1dfc

View File

@@ -1119,7 +1119,6 @@ function setAwarenessState(spr, state)
delState(spr, STATE_ALERTED);
delState(spr, STATE_LOSTHIM);
addState(spr, state);
spr.setAwarenessEffect(state);
}
function exchangeState(spr, state1, state2)