diff --git a/code/game/machinery/rechargestation.dm b/code/game/machinery/rechargestation.dm index a1d44b9838..d2adbad8da 100644 --- a/code/game/machinery/rechargestation.dm +++ b/code/game/machinery/rechargestation.dm @@ -198,7 +198,7 @@ desc += "
It is capable of repairing burn damage." /obj/machinery/recharge_station/proc/build_overlays() - cut_overlay() + cut_overlays() switch(round(chargepercentage())) if(1 to 20) add_overlay("statn_c0") @@ -323,4 +323,4 @@ icon_state = "borg_pod_opened" if(icon_update_tick == 0) - build_overlays() \ No newline at end of file + build_overlays()