Skip to content

Commit

Permalink
Update monolith.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
rye-rice authored Mar 18, 2022
1 parent 6e3938c commit b281ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/monolith.dm
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

/obj/structure/closet/crate/ancientpot/close(mob/living/user)
if(user)
to_chat(user, "<span class='danger'>The [src] is all broken!</span>")
to_chat(user, "<span class='danger'>[src] is all broken!</span>")

/obj/structure/closet/crate/ancientpot/loot/PopulateContents()
. = ..()
Expand Down

0 comments on commit b281ca8

Please sign in to comment.