Merge pull request #7852 from Shadow-Quill/patch-1

Fixes minor spelling issue
This commit is contained in:
Atermonera
2021-02-10 11:35:53 -08:00
committed by VirgoBot
parent 039ede55fe
commit 71521b3db3
+2 -2
View File
@@ -18,7 +18,7 @@
/obj/effect/landmark/engine_loader/proc/annihilate_bounds()
var/deleted_atoms = 0
admin_notice("<span class='danger'>Annihilating objects in engine loading locatation.</span>", R_DEBUG)
admin_notice("<span class='danger'>Annihilating objects in engine loading location.</span>", R_DEBUG)
var/list/turfs_to_clean = get_turfs_to_clean()
if(turfs_to_clean.len)
for(var/x in 1 to 2) // Requires two passes to get everything.
@@ -26,4 +26,4 @@
for(var/atom/movable/AM in T)
++deleted_atoms
qdel(AM)
admin_notice("<span class='danger'>Annihilated [deleted_atoms] objects.</span>", R_DEBUG)
admin_notice("<span class='danger'>Annihilated [deleted_atoms] objects.</span>", R_DEBUG)