Files
Bubberstation/code/__DEFINES
grungussussandGitHub af66da3690 Bandage sounds (#89295)
## About The Pull Request
a `heal_begin_sound` and `heal_end_sound` has been added to medical
healing items, they will play when a heal is begun and once it is
successfully complete, so far sounds only for gauze.


github is having issues at the time of this post so you'll have to do
with a discord link for preview for now:
https://discord.com/channels/326822144233439242/326831214667235328/1334538845227585648
## Changelog
🆑 grungussuss
sound: gauze now makes sounds when applied
/🆑
2025-02-08 15:19:01 +11:00
..
2024-12-24 11:42:20 -08:00
2024-10-09 02:03:50 +02:00
2024-04-08 23:24:27 +00:00
2024-08-25 00:21:12 +02:00
2023-09-09 12:39:42 +00:00
2023-10-11 16:58:29 -06:00
2024-08-23 21:49:46 +02:00
2024-04-26 14:52:54 +12:00
2023-09-29 16:52:19 -04:00
2024-11-11 08:01:09 +13:00
2024-10-06 06:50:02 +02:00
2023-10-14 15:53:28 -07:00
2023-09-27 18:41:07 -04:00
2024-03-22 17:31:15 -07:00
2024-03-05 16:38:23 -07:00
2024-08-25 00:21:12 +02:00
2024-06-17 13:21:48 -04:00
2024-11-19 15:19:44 -05:00
2024-12-09 16:39:04 +00:00
2024-05-07 13:27:48 -05:00
2025-02-08 15:19:01 +11:00
2025-01-14 15:22:38 +01:00
2023-10-17 10:52:38 -07:00
2024-12-28 20:48:06 -08:00
2024-08-01 14:45:01 +00:00
2025-02-05 18:56:53 +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