mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-15 04:01:41 +00:00
* Fixes can_interact() (#61211) when i refactored can_interact() I thought ". = ..()" meant it would return with whatever the return value of the parent is... turns out thats not true, and i didnt catch it because there was only TWO machines that had issues from this, namely operating computer had unlimited range to view its tgui, and protolathes let you build things from unlimited range, provided the html window was open (you couldnt click any buttons out of range, except build buttons, weird, but whatever) i also broke admin AI checks on machines, i added an explicit check back in I also removed a redundant fingerprint from protolathes, their parent call already adds a fingerprint, they dont need to add it again * Fixes can_interact() Co-authored-by: 小月猫 <alina.r.starkova@gmail.com>