Fixes some potential weird faction bugs

This commit is contained in:
Joan Lung
2016-09-02 16:51:26 -04:00
parent bf5c9ec735
commit 0f3031bd7e
6 changed files with 9 additions and 6 deletions
@@ -239,7 +239,7 @@
user.mind.transfer_to(SM)
SM.languages_spoken = user.languages_spoken
SM.languages_understood = user.languages_understood
SM.faction = user.faction
SM.faction = user.faction.Copy()
SM.sentience_act() //Same deal here as with sentience
user.death()
SM << "<span class='notice'>In a quick flash, you feel your consciousness flow into [SM]!</span>"