mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Quick fix
This commit is contained in:
@@ -76,6 +76,7 @@
|
||||
if(maxcharge < amount)
|
||||
amount = maxcharge
|
||||
var/power_used = min(maxcharge-charge,amount)
|
||||
charge += power_used
|
||||
return power_used
|
||||
|
||||
/obj/item/weapon/stock_parts/cell/examine(mob/user)
|
||||
|
||||
Reference in New Issue
Block a user