diff --git a/html/changelog.html b/html/changelog.html
index d1fc971809..859fe38b43 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -54,6 +54,14 @@
-->
27 February 2021
+
Atermonera updated:
+
+ - Stairs have been completely reworked, and now consist of multi-tile constructs built from lower, middle, and upper stair pieces, and an openspace in the floor.
+ - To go up and down stairs, simply step upon the lower/upper stair pieces, and you'll be moved automatically if the stairs are in working condition. Any grabbed or dragged items will be brought with you.
+ - If the lower stair piece is missing (or even if it's not), but the middle and upper sections are present, you can climb up the middle section by click-dragging from your character to the middle stair.
+ - If you step onto the open space, you will fall down the stairs. Teshari players, consider yourselves warned.
+ - Stairs remain unconstructable in-round (Doing so would also require a way to make openspaces), but there are spawners rooted on the middle stair (as with old stairs) that will create a completed stair and can be spawned in by admins/mappers.
+
CHOMPStationBot updated:
- Adds new github action to automatically update the changelog from merged PR descriptions
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index f95569ef7a..625bfb06ca 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -5452,6 +5452,21 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: Replaced lightswitch, request console, newscaster sprite with one from
Virgo.
2021-02-27:
+ Atermonera:
+ - tweak: Stairs have been completely reworked, and now consist of multi-tile constructs
+ built from lower, middle, and upper stair pieces, and an openspace in the floor.
+ - rscadd: To go up and down stairs, simply step upon the lower/upper stair pieces,
+ and you'll be moved automatically if the stairs are in working condition. Any
+ grabbed or dragged items will be brought with you.
+ - rscadd: If the lower stair piece is missing (or even if it's not), but the middle
+ and upper sections are present, you can climb up the middle section by click-dragging
+ from your character to the middle stair.
+ - rscadd: If you step onto the open space, you will fall down the stairs. Teshari
+ players, consider yourselves warned.
+ - rscadd: Stairs remain unconstructable in-round (Doing so would also require a
+ way to make openspaces), but there are spawners rooted on the middle stair (as
+ with old stairs) that will create a completed stair and can be spawned in by
+ admins/mappers.
CHOMPStationBot:
- experiment: Adds new github action to automatically update the changelog from
merged PR descriptions
diff --git a/html/changelogs/atermonera_stairsv2.yml b/html/changelogs/atermonera_stairsv2.yml
deleted file mode 100644
index 507d52570a..0000000000
--- a/html/changelogs/atermonera_stairsv2.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: Atermonera
-delete-after: True
-changes:
- - tweak: "Stairs have been completely reworked, and now consist of multi-tile constructs built from lower, middle, and upper stair pieces, and an openspace in the floor."
- - rscadd: "To go up and down stairs, simply step upon the lower/upper stair pieces, and you'll be moved automatically if the stairs are in working condition. Any grabbed or dragged items will be brought with you."
- - rscadd: "If the lower stair piece is missing (or even if it's not), but the middle and upper sections are present, you can climb up the middle section by click-dragging from your character to the middle stair."
- - rscadd: "If you step onto the open space, you will fall down the stairs. Teshari players, consider yourselves warned."
- - rscadd: "Stairs remain unconstructable in-round (Doing so would also require a way to make openspaces), but there are spawners rooted on the middle stair (as with old stairs) that will create a completed stair and can be spawned in by admins/mappers."
\ No newline at end of file