mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Fixes incorrect mine examine span (#70644)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user