mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-06 06:19:24 +00:00
* Fixes tesla coil hell contraptions (#52889) Removes the ability for tesla coils to generate power with more then 85% efficiency. Cleans up the remainder of my zap_act refactor, making the proc better fit its usecase and removing some unneeded code. Adds a check in the tesla coil zap() proc that makes sure we're not trying to use power that's not there. Removes some seemingly complex math from said proc, replaces it with a static 20% draw * the efficiency. * Fixes tesla coil hell contraptions Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>