Merge pull request #10391 from PsiOmegaDelta/dev-freeze

Dev freeze
This commit is contained in:
PsiOmegaDelta
2015-07-31 09:54:52 +02:00
4 changed files with 13 additions and 2 deletions

View File

@@ -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]"

View File

@@ -56,6 +56,12 @@
-->
<div class="commit sansserif">
<h2 class="date">31 July 2015</h2>
<h3 class="author">HarpyEagle updated:</h3>
<ul class="changes bgimages16">
<li class="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.</li>
</ul>
<h2 class="date">29 July 2015</h2>
<h3 class="author">Karolis2011 updated:</h3>
<ul class="changes bgimages16">

View File

@@ -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.

View File

@@ -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."