Files
Bubberstation/code/__DEFINES
SkyratBot 105bf2d87d [MIRROR] Adds a new revenant spell, Haunt Object, which imbues nearby objects with ghostly energy [MDB IGNORE] (#16012)
* Adds a new revenant spell, Haunt Object, which imbues nearby objects with ghostly energy

* Fixes the merge conflict

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
2022-09-08 17:46:25 +00:00
..
2022-05-09 15:05:42 +01:00
2022-04-17 08:49:49 -07:00
2022-07-18 08:52:51 -07:00
2022-05-05 00:42:14 +01:00
2022-07-29 15:05:42 -04:00
2022-04-06 19:26:58 +01:00
2022-07-18 08:51:39 -07:00
2022-04-19 23:48:56 +01:00
2022-08-26 20:25:52 -04:00
2022-05-08 03:59:40 +01: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