Skip to content

Commit

Permalink
Fix full-charge APC helpers (#1769)
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy authored Apr 29, 2024
1 parent 2f5e00c commit 78c30b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/power/apc/apc_main.dm
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@

/// Used for full_charge apc helper, which sets apc charge to 100%.
/obj/machinery/power/apc/proc/set_full_charge()
cell.charge = 100
cell.charge = cell.maxcharge

/*Power module, used for APC construction*/
/obj/item/electronics/apc
Expand Down

0 comments on commit 78c30b5

Please sign in to comment.