fixes "aglae"

This commit is contained in:
Cyantime
2017-06-24 23:20:33 -04:00
parent 9e8f09f061
commit ad0c5be5f6

View File

@@ -101,7 +101,7 @@
if(inoperable() || !anchored)
icon_state = "algae-off"
else if(recent_moles_transferred >= moles_per_tick)
icon_state = "aglae-full"
icon_state = "algae-full"
else if(recent_moles_transferred > 0)
icon_state = "algae-full"
else