Code Readability - Power (#18245)

* power

* dissipate -> do_dissipate

* eye_protection =

* move APC charging #defines out of apc, and reference them in more places
This commit is contained in:
KalevTait
2022-07-17 15:36:46 +01:00
committed by GitHub
parent 391a044df1
commit 694944e461
20 changed files with 157 additions and 139 deletions
+1 -1
View File
@@ -380,7 +380,7 @@
if(A.cell.charge == 0)
to_chat(H, "<span class='warning'>\The [A] has no more charge.</span>")
break
A.charging = 1
A.charging = APC_IS_CHARGING
if(A.cell.charge >= 500)
H.adjust_nutrition(50)
A.cell.charge -= 500