From b81901685e266d1e445ff283753bc6ebbfe1ee3c Mon Sep 17 00:00:00 2001 From: "giacomand@gmail.com" Date: Tue, 13 Nov 2012 04:00:08 +0000 Subject: [PATCH] -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 --- code/datums/mind.dm | 1 + html/changelog.html | 1 + 2 files changed, 2 insertions(+) diff --git a/code/datums/mind.dm b/code/datums/mind.dm index 14b191a97b1..fc5cf3dd58e 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -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 diff --git a/html/changelog.html b/html/changelog.html index 29c3d470476..3911ee441b0 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -56,6 +56,7 @@ should be listed in the changelog upon commit tho. Thanks. -->
  • 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.
  • New symptom added! See if you can find it.
  • You can now remove symptoms from a disease using synaptizine.
  • +
  • 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.