diff --git a/html/changelog.html b/html/changelog.html
index ba3a5fbc691..9204e3cd10d 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -49,6 +49,13 @@
Added station alert level to the late join menu.
Added selected character name to the default join menu.
It is now impossible to attack people with unarmed attacks while incapacitated.
+ Implements a Piping Rapid Fabrication Device, otherwise known as the RFD-P.
+ Alt-clicking changes what types of pipes you can select, clicking on it in-hand or pressing Z while it's in your active hand will let you choose a specific pipe.
+ Added a framework to easily attach signalers to any type of machinery, codewise.
+ You can now place a signaler on an emitter to remotely activate it. It follows the same activation rules as a standard user.
+ EMPing an emitter now causes it to toggle its state, if it's ready to fire.
+ Emagging an emitter now doubles the amount of burst shots it takes and halves the minimum and maximum times between bursts.
+ Tweak the message signalers vocalize when they receive a message. Tweak the look and feel of emitters, try examining them sometime.
MattAtlas updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index b0bb1702503..c1412539972 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -12359,6 +12359,20 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Added station alert level to the late join menu.
- rscadd: Added selected character name to the default join menu.
- bugfix: It is now impossible to attack people with unarmed attacks while incapacitated.
+ - rscadd: Implements a Piping Rapid Fabrication Device, otherwise known as the RFD-P.
+ - rscadd: Alt-clicking changes what types of pipes you can select, clicking on it
+ in-hand or pressing Z while it's in your active hand will let you choose a specific
+ pipe.
+ - backend: Added a framework to easily attach signalers to any type of machinery,
+ codewise.
+ - rscadd: You can now place a signaler on an emitter to remotely activate it. It
+ follows the same activation rules as a standard user.
+ - rscadd: EMPing an emitter now causes it to toggle its state, if it's ready to
+ fire.
+ - rscadd: Emagging an emitter now doubles the amount of burst shots it takes and
+ halves the minimum and maximum times between bursts.
+ - tweak: Tweak the message signalers vocalize when they receive a message. Tweak
+ the look and feel of emitters, try examining them sometime.
MattAtlas:
- bugfix: Kois spores no longer infect Vaurca.
- tweak: Removed extra move delay on a lot of automatic guns.
diff --git a/html/changelogs/geeves-remote_emitter.yml b/html/changelogs/geeves-remote_emitter.yml
deleted file mode 100644
index 920bd2f34cd..00000000000
--- a/html/changelogs/geeves-remote_emitter.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - backend: "Added a framework to easily attach signalers to any type of machinery, codewise."
- - rscadd: "You can now place a signaler on an emitter to remotely activate it. It follows the same activation rules as a standard user."
- - rscadd: "EMPing an emitter now causes it to toggle its state, if it's ready to fire."
- - rscadd: "Emagging an emitter now doubles the amount of burst shots it takes and halves the minimum and maximum times between bursts."
- - tweak: "Tweak the message signalers vocalize when they receive a message. Tweak the look and feel of emitters, try examining them sometime."
\ No newline at end of file
diff --git a/html/changelogs/geeves-rfd_pp.yml b/html/changelogs/geeves-rfd_pp.yml
deleted file mode 100644
index 2e8e245bf23..00000000000
--- a/html/changelogs/geeves-rfd_pp.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscadd: "Implements a Piping Rapid Fabrication Device, otherwise known as the RFD-P."
- - rscadd: "Alt-clicking changes what types of pipes you can select, clicking on it in-hand or pressing Z while it's in your active hand will let you choose a specific pipe."
\ No newline at end of file