Files
Bubberstation/code/__DEFINES
SkyratBot 5efc96ab80 [MIRROR] Makes some things that rely on atmos adjacency more sane/faster. (#1108)
* Makes some things that rely on atmos adjacency more sane/faster. (#54096)

* Replaces some CANATMOSPASS calls with a new define that checks if the turfs are in each others atmos adjacent list, as that's the same info that they want.

* Makes some things that rely on atmos adjacency more sane/faster.

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
2020-10-01 21:32:19 +01:00
..
2020-09-07 03:52:59 +02:00
2020-09-09 08:11:59 +02:00
2020-08-27 03:12:11 +02:00
2020-09-09 08:43:01 +02:00
2020-07-19 22:11:44 -03:00
2020-08-25 00:11:20 +02:00
2020-08-29 20:35:09 +01:00
2020-08-14 23:30:16 +02:00
2020-08-19 04:48:14 +02:00
2020-09-09 08:11:59 +02:00
2020-07-29 08:32:30 -04: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