mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-24 18:47:19 +01:00
frontend
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
if(cell.use(amount * GLOB.CELLRATE))
|
||||
return TRUE
|
||||
else // Discharge the cell anyway.
|
||||
cell.use(min(amount*GLOB.CELLRATE, cell.charge))
|
||||
cell.use(min(amount * GLOB.CELLRATE, cell.charge))
|
||||
return FALSE
|
||||
return FALSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user