diff --git a/html/changelog.html b/html/changelog.html index c09a6db00c364..28590417adbab 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -28,6 +28,22 @@

Sierra SS13

-->
+

23.09 - 2023

+

Обновления LordNest:

+
+
Added another away map with a crashed shuttle on it
+
+

Обновления SierraKomodo:

+
+
The threshhold for the cryo interface displaying a temperature n warning (orange) colors adjusted to 170, matching the effective temperature limit of cryoxadone and clonexadone.
+
Cryo tubes now have color-coded lights, indicating power status and temperature status. Blue = powered but turned off. Green = powered and safe. Yellow/orange = powered and above 170. Red = powered and above 237K (0C). No light = Unpowered.
+
Cryo tube lights are now emmissive.
+
+

Обновления SuhEugene:

+
+
Fixed multitile doors opacity.
+
+

22.09 - 2023

Обновления Jux:

diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index c3e4e07d094c1..72fef1ea3cef0 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -21870,3 +21870,17 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY sierra_genchangelog.p - bugfix: Fixed cigarette wrapping paper icons, now becomes empty when out of wrapping paper. - bugfix: Rapid pipe deployer no longer creates a pipe as you put it into storage. +2023-09-23: + LordNest: + - maptweak: Added another away map with a crashed shuttle on it + SierraKomodo: + - tweak: The threshhold for the cryo interface displaying a temperature n warning + (orange) colors adjusted to 170, matching the effective temperature limit of + cryoxadone and clonexadone. + - imageadd: Cryo tubes now have color-coded lights, indicating power status and + temperature status. Blue = powered but turned off. Green = powered and safe. + Yellow/orange = powered and above 170. Red = powered and above 237K (0C). No + light = Unpowered. + - imageadd: Cryo tube lights are now emmissive. + SuhEugene: + - bugfix: Fixed multitile doors opacity. diff --git a/html/changelogs/AutoChangeLog-sierra-pr-1059.yml b/html/changelogs/AutoChangeLog-sierra-pr-1059.yml deleted file mode 100644 index 62b19295b15b2..0000000000000 --- a/html/changelogs/AutoChangeLog-sierra-pr-1059.yml +++ /dev/null @@ -1,11 +0,0 @@ -author: SierraKomodo -delete-after: true -changes: - - tweak: The threshhold for the cryo interface displaying a temperature n warning - (orange) colors adjusted to 170, matching the effective temperature limit of - cryoxadone and clonexadone. - - imageadd: Cryo tubes now have color-coded lights, indicating power status and - temperature status. Blue = powered but turned off. Green = powered and safe. - Yellow/orange = powered and above 170. Red = powered and above 237K (0C). No - light = Unpowered. - - imageadd: Cryo tube lights are now emmissive. diff --git a/html/changelogs/AutoChangeLog-sierra-pr-1060.yml b/html/changelogs/AutoChangeLog-sierra-pr-1060.yml deleted file mode 100644 index e4899e4d3015f..0000000000000 --- a/html/changelogs/AutoChangeLog-sierra-pr-1060.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: LordNest -delete-after: true -changes: - - maptweak: Added another away map with a crashed shuttle on it diff --git a/html/changelogs/AutoChangeLog-sierra-pr-1061.yml b/html/changelogs/AutoChangeLog-sierra-pr-1061.yml deleted file mode 100644 index ecfecd8ff90bc..0000000000000 --- a/html/changelogs/AutoChangeLog-sierra-pr-1061.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: SuhEugene -delete-after: true -changes: - - bugfix: Fixed multitile doors opacity.