Files
RoxyandGitHub e9e9a97ccb Revert "Adds a quirk thats let you not have character mood" (#5501)
Reverts Bubberstation/Bubberstation#5486

As it turns out, there are far more mood interactions than initially
thought and it is in fact breaking things.

As well as tg adding more and more meaningful interactions for mood it's
not a good idea to keep this right now.
2026-04-28 16:16:29 -04:00
..
2024-10-19 08:04:33 -07:00
2024-10-19 08:04:33 -07:00
2024-10-19 08:04:33 -07:00
2024-10-19 08:04:33 -07:00
2026-01-11 14:20:11 -05:00
2026-01-11 14:20:11 -05:00
2024-10-19 08:04:33 -07:00
2024-10-19 08:04:33 -07:00
2024-10-19 08:04:33 -07:00
2024-10-19 08:04:33 -07:00
2024-10-19 08:04:33 -07:00
2025-10-02 18:15:25 +02:00
2025-08-19 22:30:36 -04:00
2026-03-10 11:55:19 -05:00
2025-11-08 01:32:46 +01:00
2025-03-25 15:47:38 -06:00
2024-10-19 08:04:33 -07:00
2024-10-19 08:04:33 -07:00
2025-10-19 17:52:44 +02:00
2025-11-24 10:17:40 +13:00
2025-09-21 14:07:49 -04:00
2025-04-29 17:55:19 -06:00
2024-10-19 08:04:33 -07:00
2026-03-10 11:55:19 -05:00
2025-06-01 02:00:57 -04:00
2026-01-13 17:11:53 -05:00
2025-12-20 12:33:10 -05: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