Files
Bubberstation/code/__DEFINES
FikouandGitHub ee3ab47e01 Adds the Ninja MODsuit (#67220)
Why It's Good For The Game

Ninja code is pretty bad, I think it's best to move away into nice modular stuff instead.
Changelog

cl Fikou, PositiveEntropy, Nerevar, InfraRedBaron
refactor: the ninja space suit is now a modsuit
fix: fixes dash beams not working
/cl
2022-06-01 09:25:27 +12:00
..
2022-01-15 13:54:53 +01:00
2022-06-01 09:25:27 +12:00
2022-04-17 01:21:39 -04:00
2022-04-01 21:07:46 -04:00
2022-01-23 14:30:27 -08:00
2022-04-18 09:33:32 -04:00
2022-04-01 21:07:46 -04:00
2022-04-27 19:38:19 +02:00
2022-04-17 20:06:43 -07:00
2021-12-24 12:00:24 -08:00
2022-04-30 17:49:54 +12:00
2022-04-01 21:07:46 -04:00
2022-06-01 09:25:27 +12:00
2022-01-23 14:30:27 -08:00
2022-04-08 22:25:17 -07:00
2022-04-08 22:25:17 -07:00
2021-12-24 12:00:24 -08:00

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