From c5b4213e28598d8de4aa1da2b7d5db9a93de306f Mon Sep 17 00:00:00 2001 From: ShizCalev Date: Tue, 3 Oct 2017 20:27:46 -0400 Subject: [PATCH] Makes the energy katana swwwwwwish when drawn --- code/modules/ninja/energy_katana.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/ninja/energy_katana.dm b/code/modules/ninja/energy_katana.dm index 33283db3526..5a65a58d763 100644 --- a/code/modules/ninja/energy_katana.dm +++ b/code/modules/ninja/energy_katana.dm @@ -41,6 +41,7 @@ . = ..() jaunt.Grant(user, src) user.update_icons() + playsound(src, 'sound/items/unsheath.ogg', 25, 1) /obj/item/energy_katana/dropped(mob/user) . = ..()