From 969ac7e5e4a336d3f49adf615a8663868d21e8b0 Mon Sep 17 00:00:00 2001 From: zeroisthebiggay <43571008+zeroisthebiggay@users.noreply.github.com> Date: Wed, 10 Feb 2021 19:01:08 -0500 Subject: [PATCH] now no longer wrong now no longer wrong --- code/modules/ninja/energy_katana.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/ninja/energy_katana.dm b/code/modules/ninja/energy_katana.dm index a32e6e43f1..c50a58e291 100644 --- a/code/modules/ninja/energy_katana.dm +++ b/code/modules/ninja/energy_katana.dm @@ -5,7 +5,7 @@ * * The katana that only space ninja spawns with. Comes with 30 force and throwforce, along with a signature special jaunting system. * Upon clicking on a tile with the dash on, the user will teleport to that tile, assuming their target was not dense. - * The katana has 3 dashes stored at maximum, and upon using the dash, it will return 10 seconds after it was used. + * The katana has 3 dashes stored at maximum, and upon using the dash, it will return 20 seconds after it was used. * It also has a special feature where if it is tossed at a space ninja who owns it (determined by the ninja suit), the ninja will catch the katana instead of being hit by it. * */