diff --git a/code/game/gamemodes/cult/runes.dm b/code/game/gamemodes/cult/runes.dm
index 8ead4b96ba..36eb038e56 100644
--- a/code/game/gamemodes/cult/runes.dm
+++ b/code/game/gamemodes/cult/runes.dm
@@ -592,6 +592,7 @@ var/list/sacrificed = list()
usr.whisper("[input]")
input = sanitize(input)
+ log_and_message_admins("used a communicate rune to say '[input]'")
for(var/datum/mind/H in cult.current_antagonists)
if (H.current)
H.current << "\red \b [input]"
diff --git a/html/changelog.html b/html/changelog.html
index 08fec2e304..0f347f664f 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,12 @@
-->
+
31 July 2015
+
HarpyEagle updated:
+
+ - Fixed projectiles being able to hit people in body parts that they don't have. This will also mean that the less limbs someone has the less effective they will be as a body shield.
+
+
29 July 2015
Karolis2011 updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 748013489c..08d266b870 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -1985,3 +1985,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Made tagger and sorting pipes dispensible.
- bugfix: Unwelding and welding sorting/tagger pipes, no longer delete data about
them.
+2015-07-31:
+ HarpyEagle:
+ - bugfix: Fixed projectiles being able to hit people in body parts that they don't
+ have. This will also mean that the less limbs someone has the less effective
+ they will be as a body shield.
diff --git a/html/changelogs/HarpyEagle-dev-freeze.yml b/html/changelogs/HarpyEagle-dev-freeze.yml
index d7bf101a08..a999f1236d 100644
--- a/html/changelogs/HarpyEagle-dev-freeze.yml
+++ b/html/changelogs/HarpyEagle-dev-freeze.yml
@@ -1,4 +1,3 @@
author: HarpyEagle
+changes: []
delete-after: false
-changes:
- - bugfix: "Fixed projectiles being able to hit people in body parts that they don't have. This will also mean that the less limbs someone has the less effective they will be as a body shield."
\ No newline at end of file