Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Gristlebee committed Sep 4, 2024
1 parent 8905eba commit 8a94ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mining/equipment/mineral_scanner.dm
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
/obj/item/pinpointer/mineral/examine(mob/user)
. = ..()
. += "<span class='notice'>It is currently set to [scanmode ? "scan underground" : "scan the surface"].</span>"
. ++ span_notice("You can use the scanner on an vein on harm intent to mark them as sites of no interest, causing them to no longer show up on scans.")
. += span_notice("You can use the scanner on an vein on harm intent to mark them as sites of no interest, causing them to no longer show up on scans.")

/obj/item/pinpointer/mineral/AltClick(mob/user) //switching modes
..()
Expand Down

0 comments on commit 8a94ccd

Please sign in to comment.