From a3c48e6eca91e0ea67490cb8f8f05c4b780fd0ba Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 6 Dec 2019 17:18:05 -0500 Subject: [PATCH] how did that get deleted --- code/game/objects/items/toys.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/toys.dm b/code/game/objects/items/toys.dm index 4d7a067a3a5..92269ead776 100644 --- a/code/game/objects/items/toys.dm +++ b/code/game/objects/items/toys.dm @@ -275,7 +275,7 @@ src.w_class = ITEMSIZE_LARGE else user << "You push the plastic blade back down into the handle." - playsound(user, 'sound/weapons/saberoff.ogg', 50, 1 + playsound(user, 'sound/weapons/saberoff.ogg', 50, 1) src.item_state = "[icon_state]" src.w_class = ITEMSIZE_SMALL update_icon()