This commit is contained in:
Kyep
2019-09-25 16:15:21 -07:00
parent 2524208e83
commit 4d35318766
3 changed files with 14 additions and 15 deletions
@@ -88,7 +88,7 @@
/obj/item/book_of_babel/attack_self(mob/user)
to_chat(user, "You flip through the pages of the book, quickly and conveniently learning every language in existence. Somewhat less conveniently, the aging book crumbles to dust in the process. Whoops.")
user.grant_all_nonhivemind_languages()
user.grant_all_babel_languages()
new /obj/effect/decal/cleanable/ash(get_turf(user))
qdel(src)