diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 4f6e71e341..99e1a48187 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -542,7 +542,7 @@ var/global/floorIsLava = 0 if(!check_rights(0)) return var/dat = {" -
Game Panel

\n +
Game Panel

\n Change Game Mode
"} if(master_mode == "secret") @@ -556,7 +556,7 @@ var/global/floorIsLava = 0 Create Mob

Edit Airflow Settings
Edit Phoron Settings
- Choose a default ZAS setting
+ Choose a default ZAS setting
"} usr << browse(dat, "window=admin2;size=210x280") diff --git a/code/modules/library/lib_items.dm b/code/modules/library/lib_items.dm index 9856001401..1e8d3d6aca 100644 --- a/code/modules/library/lib_items.dm +++ b/code/modules/library/lib_items.dm @@ -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("Penned by [author].
" + "[dat]", "window=book") + user << browse(replacetext(dat, "", "Penned by [author].
"), "window=book") /obj/item/book/attackby(obj/item/W as obj, mob/user as mob) if(carved) diff --git a/tgui/public/tgui.html b/tgui/public/tgui.html index 67f357ef57..cf5cb83af6 100644 --- a/tgui/public/tgui.html +++ b/tgui/public/tgui.html @@ -666,13 +666,13 @@
A fatal exception has occurred at 002B:C562F1B7 in TGUI.