diff --git a/html/changelog.html b/html/changelog.html index cc1978ded95f5..7ae924fe0036a 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -28,6 +28,33 @@

Sierra SS13

-->
+

18.10 - 2023

+

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

+
+
You can once again buckle yourself while incapacitated, and interact with items from a chair (assuming you're not in pain crit).
+
Diona, monkey, and zombie NPCs are now processed under the new AI subsystem.
+
Hostile NPCs will now search for prey upon losing sight of them. They'll patrol the area and break into potential hiding spots.
+
Passive NPCs such as mice, cats, and monkeys will now flee from threats if attacked.
+
Fixed NPC attack reactions, calls for backup & environment destruction priorities.
+
+

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

+
+
Updated "Fun Police", "Lusty xenomorph" and "Miss Science 2299" posters.
+
+

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

+
+
Operating tables now have a visual indicator for if the suppressors are off during surgery (the lights turn red).
+
+

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

+
+
Corrected light build mode default power to 1.
+
less radius for instruments sound
+
+

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

+
+
Fixes being unable to place mobs into a mounted sleeper.
+
+

15.10 - 2023

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

diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index 7989cd334026d..f071650890c40 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -22024,3 +22024,24 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY sierra_genchangelog.p scalpel. - bugfix: Instant Tactical combat gift-wrapping is no longer possible. You need a strong grab and a delay to gift-wrap someone else, like handcuffs. +2023-10-18: + Slywater: + - bugfix: You can once again buckle yourself while incapacitated, and interact with + items from a chair (assuming you're not in pain crit). + - rscadd: Diona, monkey, and zombie NPCs are now processed under the new AI subsystem. + - rscadd: Hostile NPCs will now search for prey upon losing sight of them. They'll + patrol the area and break into potential hiding spots. + - rscadd: Passive NPCs such as mice, cats, and monkeys will now flee from threats + if attacked. + - bugfix: Fixed NPC attack reactions, calls for backup & environment destruction + priorities. + SuhEugene, PiotrTheTchaikowsky: + - imageadd: Updated "Fun Police", "Lusty xenomorph" and "Miss Science 2299" posters. + TheNightingale: + - tweak: Operating tables now have a visual indicator for if the suppressors are + off during surgery (the lights turn red). + cuddleandtea: + - bugfix: Corrected light build mode default power to 1. + - tweak: less radius for instruments sound + emmanuelbassil: + - bugfix: Fixes being unable to place mobs into a mounted sleeper. diff --git a/html/changelogs/AutoChangeLog-sierra-pr-1143.yml b/html/changelogs/AutoChangeLog-sierra-pr-1143.yml deleted file mode 100644 index fc78af0478ee8..0000000000000 --- a/html/changelogs/AutoChangeLog-sierra-pr-1143.yml +++ /dev/null @@ -1,10 +0,0 @@ -author: Slywater -delete-after: true -changes: - - rscadd: Diona, monkey, and zombie NPCs are now processed under the new AI subsystem. - - rscadd: Hostile NPCs will now search for prey upon losing sight of them. They'll - patrol the area and break into potential hiding spots. - - rscadd: Passive NPCs such as mice, cats, and monkeys will now flee from threats - if attacked. - - bugfix: Fixed NPC attack reactions, calls for backup & environment destruction - priorities. diff --git a/html/changelogs/AutoChangeLog-sierra-pr-1144.yml b/html/changelogs/AutoChangeLog-sierra-pr-1144.yml deleted file mode 100644 index ef953e504df79..0000000000000 --- a/html/changelogs/AutoChangeLog-sierra-pr-1144.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: emmanuelbassil -delete-after: true -changes: - - bugfix: Fixes being unable to place mobs into a mounted sleeper. diff --git a/html/changelogs/AutoChangeLog-sierra-pr-1145.yml b/html/changelogs/AutoChangeLog-sierra-pr-1145.yml deleted file mode 100644 index 718a5b6d7897a..0000000000000 --- a/html/changelogs/AutoChangeLog-sierra-pr-1145.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: cuddleandtea -delete-after: true -changes: - - bugfix: Corrected light build mode default power to 1. diff --git a/html/changelogs/AutoChangeLog-sierra-pr-1146.yml b/html/changelogs/AutoChangeLog-sierra-pr-1146.yml deleted file mode 100644 index 7ea550becd53c..0000000000000 --- a/html/changelogs/AutoChangeLog-sierra-pr-1146.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: Slywater -delete-after: true -changes: - - bugfix: You can once again buckle yourself while incapacitated, and interact with - items from a chair (assuming you're not in pain crit). diff --git a/html/changelogs/AutoChangeLog-sierra-pr-1147.yml b/html/changelogs/AutoChangeLog-sierra-pr-1147.yml deleted file mode 100644 index 1d0bac7451371..0000000000000 --- a/html/changelogs/AutoChangeLog-sierra-pr-1147.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: TheNightingale -delete-after: true -changes: - - tweak: Operating tables now have a visual indicator for if the suppressors are - off during surgery (the lights turn red). diff --git a/html/changelogs/AutoChangeLog-sierra-pr-1148.yml b/html/changelogs/AutoChangeLog-sierra-pr-1148.yml deleted file mode 100644 index d9cb08c0ac758..0000000000000 --- a/html/changelogs/AutoChangeLog-sierra-pr-1148.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: cuddleandtea -delete-after: true -changes: - - tweak: less radius for instruments sound diff --git a/html/changelogs/AutoChangeLog-sierra-pr-1149.yml b/html/changelogs/AutoChangeLog-sierra-pr-1149.yml deleted file mode 100644 index 1b4bf3b238d75..0000000000000 --- a/html/changelogs/AutoChangeLog-sierra-pr-1149.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: SuhEugene, PiotrTheTchaikowsky -delete-after: true -changes: - - imageadd: Updated "Fun Police", "Lusty xenomorph" and "Miss Science 2299" posters.