Files
Bubberstation/code/__DEFINES
SkyratBot e268d919dc [MIRROR] Adds a cool pair of salesman shades to the maintenace loot pile [MDB IGNORE] (#8953)
* Adds a cool pair of salesman shades to the maintenace loot pile (#62141)

Adds a pair of tinted glasses to the maintenance loot pool that has a unique effect when the wearer is at low sanity. Also adds a signal that sends the sanity amount of a mob every time SetSanity is called.

* Adds a cool pair of salesman shades to the maintenace loot pile

Co-authored-by: MMMiracles <lolaccount1@hotmail.com>
2021-10-20 20:39:53 +01:00
..
2021-10-18 13:25:24 +13:00
2021-06-11 00:02:39 +01:00
2021-07-02 16:43:51 +01:00
2021-09-19 22:24: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