mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
fixes "aglae"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user