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