From 4d35c2e8ec391876c1258dcdb352f53ec0df071c Mon Sep 17 00:00:00 2001 From: warriorstar-orion Date: Thu, 27 Mar 2025 18:15:25 -0400 Subject: [PATCH] reword shadow crawl ability description (#28743) --- code/datums/spells/bloodcrawl.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/spells/bloodcrawl.dm b/code/datums/spells/bloodcrawl.dm index fec91009b90..6a9c05b2682 100644 --- a/code/datums/spells/bloodcrawl.dm +++ b/code/datums/spells/bloodcrawl.dm @@ -268,7 +268,7 @@ /datum/spell/bloodcrawl/shadow_crawl name = "Shadow Crawl" - desc = "Fade into the shadows, increasing your speed and making you incomprehensible. Will not work in brightened terrane." + desc = "Fade into the shadows, increasing your speed and making you incomprehensible. Will not work in lit areas." allowed_type = /turf action_background_icon_state = "shadow_demon_bg" action_icon_state = "shadow_crawl"