From 22faa3c40d9d7aca2bc2f12ed4f36202e43d07ad Mon Sep 17 00:00:00 2001 From: DZD Date: Mon, 28 Sep 2015 19:28:48 -0400 Subject: [PATCH] Fixes a few description oversights --- code/game/gamemodes/shadowling/shadowling_abilities.dm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/code/game/gamemodes/shadowling/shadowling_abilities.dm b/code/game/gamemodes/shadowling/shadowling_abilities.dm index b1e6b7290d7..0a626d2ec78 100644 --- a/code/game/gamemodes/shadowling/shadowling_abilities.dm +++ b/code/game/gamemodes/shadowling/shadowling_abilities.dm @@ -182,9 +182,9 @@ /obj/effect/proc_holder/spell/targeted/shadow_vision - name = "Darksight" - desc = "Gives you night vision." - panel = "Thrall Abilities" + name = "Shadowling Darksight" + desc = "Gives you night and thermal vision." + panel = "Shadowling Abilities" charge_max = 0 range = -1 include_user = 1 @@ -204,6 +204,9 @@ H.vision_type = null /obj/effect/proc_holder/spell/targeted/shadow_vision/thrall + desc = "Thrall Darksight" + desc = "Gives you night vision." + panel = "Thrall Abilities" vision_path = /datum/vision_override/nightvision /obj/effect/proc_holder/spell/aoe_turf/flashfreeze