Files
Bubberstation/code/datums
coiax 6370ee6522 Moves /datum/var/signal_enabled to datum flags (#56372)
* Moves /datum/var/signal_enabled to datum flags

`signal_enabled` is a variable on /datum, so present almost every object
in the game. Folding it into the existing `datum_flags` variable will
save allocating a variable on every datum in the game.

- Clown weaponry was using the `signal_enabled` variable to turn their
  attached slippery component on and off when the shield/sword was
  toggled. They now just remove/add the component, rather than touching
  deep datum internals.
2021-02-07 03:15:00 -08:00
..
2020-12-31 17:44:57 -08:00
2021-02-04 10:06:11 +01:00
2021-02-07 00:53:22 -08:00
2021-02-07 00:53:22 -08:00
2020-12-28 20:12:51 -08:00
2020-12-29 14:27:51 +01:00