Recharger icon update fix (#21116)

* fixed-recharger-icon

* fix typo mistake

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

---------

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
HMBGERDO
2023-06-02 18:11:39 +01:00
committed by GitHub
co-authored by Ryan
parent 6ee6c3d39c
commit c0e19a8e24
+3
View File
@@ -231,6 +231,9 @@
else
recharge_cell(C, RECHARGER_POWER_USAGE_MISC)
if(!check_cell_needs_recharging(C)) // we recharged cell, does it still need power? If no, recharger should blink yellow
return FALSE
return TRUE
/obj/machinery/recharger/examine(mob/user)