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.