Files
Bubberstation/code/__DEFINES
b4ec871ec3 Gives a speaking mob megaphone text when standing on top of a closed crate (#84942)
## About The Pull Request
Gives you loudmode when you speak while standing on top of a crate (it
does not apply to comms or open mics)
## Why It's Good For The Game
The assistants have trouble finding megaphones sometimes, now they can
bug command who are in ear shot more effectively
## Proof of Testing

![image](https://github.com/user-attachments/assets/af8cc4ba-f13d-4a88-ae29-1cfc026c4452)

## Changelog
🆑
add: standing on a closed crate now gives loud mode
/🆑

---------

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
Co-authored-by: Odairu <mdesisto610@gmail.com>
Co-authored-by: Odairu <39929315+Odairu@users.noreply.github.com>
2024-07-17 03:57:29 +02:00
..
2024-06-27 00:40:54 +00:00
2024-07-15 16:28:41 +01:00
2024-03-11 19:31:15 -06:00
2024-05-03 14:35:20 -04:00
2024-04-08 23:24:27 +00:00
2024-05-16 19:54:00 -07:00
2024-06-13 13:06:49 +00:00
2024-04-02 12:08:28 -06:00
2024-04-26 14:52:54 +12:00
2024-04-18 12:52:59 -07:00
2024-06-20 20:45:38 -06:00
2024-05-16 19:54:00 -07:00
2024-05-19 22:03:59 -07:00
2024-03-22 17:31:15 -07:00
2024-03-05 16:38:23 -07:00
2024-07-09 17:39:35 +02:00
2024-06-17 13:21:48 -04:00
2024-06-27 00:40:54 +00:00
2024-06-02 22:39:55 -06:00
2024-05-07 13:27:48 -05:00
2024-06-17 00:11:44 +01:00
2024-03-25 10:49:19 -04:00
2024-06-19 08:31:19 -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