diff --git a/code/modules/admin/verbs/deadsay.dm b/code/modules/admin/verbs/deadsay.dm
index 9739d0bed44..e6da3c736ac 100644
--- a/code/modules/admin/verbs/deadsay.dm
+++ b/code/modules/admin/verbs/deadsay.dm
@@ -21,7 +21,7 @@
var/stafftype = uppertext(holder.rank)
msg = sanitize(msg)
- log_admin("[key_name(src)] : [msg]")
+ log_admin("DSAY: [key_name(src)] : [msg]")
if (!msg)
return
diff --git a/html/changelog.html b/html/changelog.html
index 785d200c69a..c88ea7a2c57 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,14 @@
-->
+
04 July 2015
+
PsiOmegaDelta updated:
+
+ - Portable turrets now only blocks movement while deployed.
+ - Portable turrets are no longer invincible while undeployed, however they have increased damage resistance in this state.
+ - Crescent portable turrets should no longer act up during attempts to (un)wrench and alter their settings.
+
+
30 June 2015
PsiOmegaDelta updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 82114394628..2bfe103ab9f 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -2057,3 +2057,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
PsiOmegaDelta:
- maptweak: Non-general areas on Crescent are now protected by blast doors to enforce
area restrictions. Admins can operate these from the central checkpoint.
+2015-07-04:
+ PsiOmegaDelta:
+ - tweak: Portable turrets now only blocks movement while deployed.
+ - tweak: Portable turrets are no longer invincible while undeployed, however they
+ have increased damage resistance in this state.
+ - bugfix: Crescent portable turrets should no longer act up during attempts to (un)wrench
+ and alter their settings.
diff --git a/html/changelogs/PsiOmegaDelta-SinglePortableUnit.yml b/html/changelogs/PsiOmegaDelta-SinglePortableUnit.yml
deleted file mode 100644
index 8570ce49e8c..00000000000
--- a/html/changelogs/PsiOmegaDelta-SinglePortableUnit.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: PsiOmegaDelta
-delete-after: True
-
-changes:
- - tweak: "Portable turrets now only blocks movement while deployed."
- - tweak: "Portable turrets are no longer invincible while undeployed, however they have increased damage resistance in this state."
- - bugfix: "Crescent portable turrets should no longer act up during attempts to (un)wrench and alter their settings."
\ No newline at end of file