From ca06ba0df4a31f399c46f71c7ce01a26bb7fe399 Mon Sep 17 00:00:00 2001 From: wraith-54321 <69217972+wraith-54321@users.noreply.github.com> Date: Wed, 3 Jul 2024 22:19:31 -0700 Subject: [PATCH] Update burning.dm --- code/modules/research/xenobiology/crossbreeding/burning.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/xenobiology/crossbreeding/burning.dm b/code/modules/research/xenobiology/crossbreeding/burning.dm index 251b65a93864..e29856e5b326 100644 --- a/code/modules/research/xenobiology/crossbreeding/burning.dm +++ b/code/modules/research/xenobiology/crossbreeding/burning.dm @@ -83,7 +83,7 @@ Burning extracts: //monkestation edit start var/turf/our_turf = get_turf(src) if(GLOB.clock_ark && on_reebe(our_turf) && get_dist(our_turf, GLOB.clock_ark) <= ARK_TURF_DESTRUCTION_BLOCK_RANGE) - balloon_alert(user, "A near by energy source is stopping \the [src] from activating!") + balloon_alert(user, "a near by energy source is stopping \the [src] from activating!") return FALSE //monkestation edit end for(var/turf/closed/wall/W in range(1, our_turf)) //monkestation edit: replaces get_turf(src) with our_turf