From 844d45f43c74d64903de33a39a010e3c65745bcd Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+Steals-The-PRs@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:40:26 +0300 Subject: [PATCH] [MIRROR] The "Guide to Advanced Mimery" series now make but the faintest noise when turning their pages (#1801) * The "Guide to Advanced Mimery" series now make but the faintest noise when turning their pages (#81068) --------- Co-authored-by: NovaBot <154629622+NovaBot13@users.noreply.github.com> Co-authored-by: A miscellaneous Fern <80640114+FernandoJ8@users.noreply.github.com> --- code/game/objects/items/granters/magic/mime.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/granters/magic/mime.dm b/code/game/objects/items/granters/magic/mime.dm index 6e6bc03dc98..73b218ec66b 100644 --- a/code/game/objects/items/granters/magic/mime.dm +++ b/code/game/objects/items/granters/magic/mime.dm @@ -3,6 +3,7 @@ desc = "The missing entry into the legendary saga. Unfortunately it doesn't teach you anything." icon_state ="bookmime" remarks = list("...") + book_sounds = list('sound/effects/space_wind.ogg') /obj/item/book/granter/action/spell/mime/attack_self(mob/user) . = ..()