mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user