mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-18 10:37:54 +01:00
* Locker based combat, evolved. (#60000) * Locker bullying, reloaded. * Start work on refactoring the whole gosh damn thing * I'm stuck. * Checkpoint * Restart work: Lets get this scrap to compile * Workin on it, having to swtich back to walls project * Revert "Restart work: Lets get this scrap to compile" This reverts commit baa1814fd1ed2c86f2009a54a90d9306264762fc. * Compiles (Check), Signals are backwards (Fix) * 90% complete yet again I have grown powerful * I HAVE GOT IT WORKING PERFECTLY * Removes a small part of commented code * Perfection* * Locker based combat, evolved. Co-authored-by: ArcaneMusic <41715314+ArcaneMusic@users.noreply.github.com>
This folder is full of #define statements. They are similar to constants, but must come before any code that references them, and they do not take up memory the way constants do.
The values in this folder are NOT options. They are not for hosts to play with. Some of the values are arbitrary and only need to be different from similar constants; for example, the genetic mutation numbers in genetics.dm mean nothing, but MUST be distinct.
It is wise not to touch them unless you understand what they do, where they're used, and most importantly, how to undo your changes if you screw it up.
- Sayu