mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-01 12:31:32 +00:00
* Adds the CIRCUIT_FLAG_REFUSE_MODULE circuit flag. (#62033) Components like the MMI one can't be added to circuits more than once since they may register signals with same proctype and similar things which make for some tangled up race conditions if more than one is present. Unfortunately this safety can be bypassed - with little gain alas, an MMI can't be inserted by attacking the component with it. it needs a shell - by using a module component. That's no good. So I'm adding a flag that can be used to stop certain components from being added to module components. * Adds the CIRCUIT_FLAG_REFUSE_MODULE circuit flag. Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>