mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 07:32:02 +00:00
changes: Machines' process() has been separated from auto_use_power(). Lights no longer process() and instead use auto_use_power() for power calculations. Computers that didn't really need to process() no longer process(). Airlocks now use the scheduler to auto-close instead of process()ing. Fixed a bug where clicking on an AI Status display to set its status did not work.