mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Ports use_tool proc from /tg/ (#13411)
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
return 0
|
||||
return round(cell.charge*(1 - damage/max_damage))
|
||||
|
||||
/obj/item/organ/internal/cell/proc/use(var/amount)
|
||||
/obj/item/organ/internal/cell/use(var/amount)
|
||||
if(!is_usable() || !cell)
|
||||
return
|
||||
return cell.use(amount)
|
||||
|
||||
Reference in New Issue
Block a user