Ports use_tool proc from /tg/ (#13411)

This commit is contained in:
Wowzewow (Wezzy)
2022-05-23 14:39:00 +02:00
committed by GitHub
parent 8b8df9e309
commit eafa547b5c
140 changed files with 519 additions and 466 deletions
+1 -1
View File
@@ -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)