mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Give integration cogs power generation (#35181)
This commit is contained in:
@@ -30,6 +30,6 @@
|
||||
var/obj/item/stock_parts/cell/cell = apc.cell
|
||||
if(cell && (cell.charge / cell.maxcharge > COG_MAX_SIPHON_THRESHOLD))
|
||||
cell.use(1)
|
||||
adjust_clockwork_power( ) //Power is shared, so only do it once; this runs very quickly so it's about 5 W/second
|
||||
adjust_clockwork_power(1) //Power is shared, so only do it once; this runs very quickly so it's about 5 W/second
|
||||
|
||||
#undef COG_MAX_SIPHON_THRESHOLD
|
||||
|
||||
Reference in New Issue
Block a user