-Updated the changelog with the changeling change By Kor.

-Removed the buy menu from the old mob when transferring minds from a changeling.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5053 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-11-13 04:00:08 +00:00
parent 7103cbfac0
commit b81901685e
2 changed files with 2 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ datum/mind
if(current) //remove ourself from our old body's mind variable
if(changeling)
current.remove_changeling_powers()
current.verbs -= /datum/changeling/proc/EvolutionMenu
current.mind = null
if(new_character.mind) //remove any mind currently in our new body's mind variable
new_character.mind.current = null

View File

@@ -56,6 +56,7 @@ should be listed in the changelog upon commit tho. Thanks. -->
<li class="tweak">Reduced the cost to use Hive Absorb from 40 to 20. This is to help encourage people to use this power more and to use team work.</li>
<li class="rscadd">New symptom added! See if you can find it.</li>
<li class="rscadd">You can now remove symptoms from a disease using synaptizine.</li>
<li class="bugfix">Kor: You can once again debrain changelings. They won't make anyone half-lings though, and you won't be able to tell if the body of a debrained changeling is a changeling by putting a player brain in there.</li>
</ul>
</div>