mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
fixes "aglae"
This commit is contained in:
@@ -101,7 +101,7 @@
|
|||||||
if(inoperable() || !anchored)
|
if(inoperable() || !anchored)
|
||||||
icon_state = "algae-off"
|
icon_state = "algae-off"
|
||||||
else if(recent_moles_transferred >= moles_per_tick)
|
else if(recent_moles_transferred >= moles_per_tick)
|
||||||
icon_state = "aglae-full"
|
icon_state = "algae-full"
|
||||||
else if(recent_moles_transferred > 0)
|
else if(recent_moles_transferred > 0)
|
||||||
icon_state = "algae-full"
|
icon_state = "algae-full"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user