From 6cdce262e990c3d0b00d02f22e4fd2e661d7a3cc Mon Sep 17 00:00:00 2001 From: trololiver112 <59520813+trololiver112@users.noreply.github.com> Date: Mon, 15 Jun 2020 16:20:52 +0200 Subject: [PATCH] removed spacing issue BEFORE FARIE COMMENTED IT THIS TIME --- code/game/gamemodes/shadowling/shadowling_abilities.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/gamemodes/shadowling/shadowling_abilities.dm b/code/game/gamemodes/shadowling/shadowling_abilities.dm index 276b03defdf..98812c8cb53 100644 --- a/code/game/gamemodes/shadowling/shadowling_abilities.dm +++ b/code/game/gamemodes/shadowling/shadowling_abilities.dm @@ -187,7 +187,6 @@ to_chat(H, "You shift the nerves in your eyes, allowing you to see in the dark.") H.vision_type = new vision_path H.update_sight() - else to_chat(H, "You return your vision to normal.") H.vision_type = null