Merge pull request #13493 from ItsSelis/recharge-station-fix

Fixes recharge station overlays
This commit is contained in:
Casey
2022-08-14 15:10:47 -04:00
committed by CHOMPStation2
parent 79465280e1
commit cffa2804be

View File

@@ -198,7 +198,7 @@
desc += "<br>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()
build_overlays()