Skip to content

Commit

Permalink
Fix typo in millstone description (#24579) (#281)
Browse files Browse the repository at this point in the history
Update millstone.dm

Co-authored-by: Thlumyn <[email protected]>
  • Loading branch information
Steals-The-PRs and Thlumyn authored Oct 25, 2023
1 parent 0325989 commit 9f6afa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
else
. += span_notice("It can hold [maximum_contained_items] items, and there is nothing in it presently.")

. += span_notice("You can [anchored ? "un" : ""]secure [src] with <b>CTRL-Shift-Click/b>.")
. += span_notice("You can [anchored ? "un" : ""]secure [src] with <b>CTRL-Shift-Click</b>.")
. += span_notice("With a <b>prying tool</b> of some sort, you could take [src] apart.")

/obj/structure/millstone/Destroy()
Expand Down

0 comments on commit 9f6afa6

Please sign in to comment.