Skip to content

Commit

Permalink
Update burning.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
wraith-54321 committed Jul 4, 2024
1 parent bddfd02 commit ca06ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/research/xenobiology/crossbreeding/burning.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca06ba0

Please sign in to comment.