Fixes incorrect mine examine span (#70644)

This commit is contained in:
ShizCalev
2022-10-20 08:36:28 -04:00
committed by GitHub
parent 17b6de8b81
commit 6e6dbbabe0
+1 -1
View File
@@ -26,7 +26,7 @@
/obj/effect/mine/examine(mob/user)
. = ..()
if(!armed)
. += "\t<span class='information'>It appears to be inactive...</span>"
. += span_info("\tIt appears to be inactive...")
/// The effect of the mine
/obj/effect/mine/proc/mineEffect(mob/victim)