Skip to content

Commit

Permalink
define span
Browse files Browse the repository at this point in the history
  • Loading branch information
Den109G authored Oct 10, 2024
1 parent cb1c498 commit b83d00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mining/lavaland/loot/tendril_loot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@

/obj/item/book_of_babel/attack_self(mob/living/carbon/user)
if(HAS_TRAIT(user, TRAIT_NO_BABEL))
user.visible_message("<span class='notice'>[user] suddenly stops, releasing the [src]</span>")
user.visible_message(span_notice("[user] suddenly stops, releasing the [src]"))
to_chat(user, span_warning("You don't know what a book is or what to do with it."))

return
Expand Down

0 comments on commit b83d00d

Please sign in to comment.