mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-13 02:13:06 +00:00
* better resonator (spreading) (#65297) adds some documentation to resonators adds spreading to resonators, where the field has a chance (that lowers each spread) to spawn more fields. the spreading idea did come from yogstation, but I changed how it decides to spread * better resonator (spreading) Co-authored-by: jjpark-kb <55967837+jjpark-kb@users.noreply.github.com>
4 lines
96 B
Plaintext
4 lines
96 B
Plaintext
#define RESONATOR_MODE_AUTO 1
|
|
#define RESONATOR_MODE_MANUAL 2
|
|
#define RESONATOR_MODE_MATRIX 3
|