[MIRROR] Intelligence potions won't override previously known mob languages (#5309)

* Intelligence potions won't override previously known mob languages

* Intelligence potions won't override previously known mob languages
This commit is contained in:
CitadelStationBot
2018-02-05 00:49:34 -06:00
committed by Poojawa
parent 49ddf91cf6
commit 15be2b9579
@@ -601,7 +601,7 @@
to_chat(SM, "<span class='warning'>All at once it makes sense: you know what you are and who you are! Self awareness is yours!</span>")
to_chat(SM, "<span class='userdanger'>You are grateful to be self aware and owe [user.real_name] a great debt. Serve [user.real_name], and assist [user.p_them()] in completing [user.p_their()] goals at any cost.</span>")
to_chat(user, "<span class='notice'>[SM] accepts [src] and suddenly becomes attentive and aware. It worked!</span>")
SM.copy_known_languages_from(user, TRUE)
SM.copy_known_languages_from(user, FALSE)
after_success(user, SM)
qdel(src)
else