Merge pull request #33651 from coiax/absorb-language

Changelings learn languages from people they absorb
This commit is contained in:
Leo
2017-12-19 11:56:09 -02:00
committed by CitadelStationBot
parent d5708c981a
commit 4e5671960d
@@ -58,6 +58,8 @@
user.nutrition = min((user.nutrition + target.nutrition), NUTRITION_LEVEL_WELL_FED)
if(target.mind)//if the victim has got a mind
// Absorb a lizard, speak Draconic.
user.copy_known_languages_from(target)
target.mind.show_memory(user, 0) //I can read your mind, kekeke. Output all their notes.