more 516 compat (#16920)

* more 516 compat

* fix that
This commit is contained in:
Kashargul
2025-01-17 20:02:45 -05:00
committed by GitHub
parent 614433f6ca
commit da4c6f1f63
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ Book Cart End
to_chat(user, "This book is completely blank!")
/obj/item/book/proc/display_content(mob/living/user)
user << browse("<TT><I>Penned by [author].</I></TT> <BR>" + "[dat]", "window=book")
user << browse(replacetext(dat, "<html>", "<html><TT><I>Penned by [author].</I></TT> <BR>"), "window=book")
/obj/item/book/attackby(obj/item/W as obj, mob/user as mob)
if(carved)