Files
kiwistation/code/datums
Rohesie 6ff08e1c69 Color standardization, vars moved, and signals (#52574)
Defined all the existing light_color values.
    Moved their definitions to colors.dm
    Made white the default color. It was so already, but that was very obscured.
    Moved the atom light-related variables to the atom definition.
    Wrapped changes to variables such as light_color into procs that report the event through signals.
    Moved the light_on variable to the atom level, also adding a signal for its changing, to represent toggling lights.
    Cleaned up a little bit of code in where new variables were defined before redefinitions.

This is all atomization to reduce changes in #52413
None of this affect gameplay at all, it's all code cleaning and refactoring.

There's more colors to standardize, a search for color = will find lots of targets, and I see little need to have both the LIGHT_COLOR and COLOR patterns, but I don't want to make this PR bigger than it already is.
2020-08-04 13:59:48 +12:00
..
2020-07-30 03:13:13 -03:00
2020-05-22 02:17:15 -07:00
2020-07-20 18:27:55 -03:00
2020-07-19 04:41:23 -04:00
2020-07-29 09:31:38 -03:00
2019-10-05 13:40:40 -04:00
2020-06-29 16:16:45 -03:00
2020-08-01 13:51:00 -04:00
2020-07-27 23:20:08 -03:00
2020-01-12 13:31:13 +13:00
2020-02-18 03:59:39 -07:00
2020-04-01 14:38:55 +08:00
2019-10-25 04:26:09 -03:00
2020-07-16 20:13:04 +02:00