diff --git a/code/ATMOSPHERICS/components/binary_devices/algae_generator_vr.dm b/code/ATMOSPHERICS/components/binary_devices/algae_generator_vr.dm index cd0f59a660..5e6dcb95cb 100644 --- a/code/ATMOSPHERICS/components/binary_devices/algae_generator_vr.dm +++ b/code/ATMOSPHERICS/components/binary_devices/algae_generator_vr.dm @@ -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