Files
15c707de3b [Bounty] Ports and reworks the Cybernetic limb mounts quirk from Nova (#5136)
## About The Pull Request
Picking up the work from
https://github.com/Bubberstation/Bubberstation/pull/4672 that has since
gone stale and unadded to the game. PR description will be the same as
previously.

Partial Port of https://github.com/NovaSector/NovaSector/pull/465
reworked to use right clicking on self similar the ghouls rather than a
spell.

Coded as a bounty for Dinklemyr
## Why It's Good For The Game
Similar to Nova's explanation, suitable for a lot of character ideas
who's mechanical limbs can be popped off.
## Proof Of Testing
<details>
<summary>Screenshots/Videos</summary>
Unfortunately I don't have the images from the initial PR, but I can
confirm this works as intended.
</details>

## Changelog
🆑SpaceCatSS13, YakiAttaki
add: The cybernetic limb mount quirk has been added, synths and people
with synthetic limbs can now take this quirk to remove their limbs at
their discretion.
/🆑

---------

Co-authored-by: Alexis <catmc8565@gmail.com>
2026-02-12 11:30:14 -05:00
..
2025-12-07 19:11:35 -08:00
2025-11-08 13:49:00 +01:00
2025-05-29 16:17:39 -04:00
2025-11-13 11:45:36 -06:00
2025-10-02 18:15:25 +02:00
2025-08-19 22:30:36 -04:00
2025-11-08 01:32:46 +01: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
2025-06-01 02:00:57 -04:00
2025-04-29 18:04:56 -06:00
2025-06-02 15:02:03 -07: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