end of file Fix (#17308)

* end of file Fix

* fix those lints too
This commit is contained in:
Kashargul
2025-03-10 16:15:35 -04:00
committed by GitHub
parent ae85941c35
commit 1def015bad
537 changed files with 609 additions and 654 deletions
+1 -1
View File
@@ -159,4 +159,4 @@
// // // LEGACY USE ONLY!! // // //
// // // // // // // // // // // //
// See top of file! //
// // // // // // // // // // // //
// // // // // // // // // // // //
+3 -3
View File
@@ -1064,7 +1064,7 @@
if(custom_link)
. += "Custom link: " + span_linkify("[custom_link]")
if(ooc_notes)
. += "OOC Notes: <a href='byond://?src=\ref[src];ooc_notes=1'>\[View\]</a> - <a href='byond://?src=\ref[src];print_ooc_notes_to_chat=1'>\[Print\]</a>"
. += "OOC Notes: <a href='byond://?src=\ref[src];ooc_notes=1'>\[View\]</a> - <a href='byond://?src=\ref[src];print_ooc_notes_chat=1'>\[Print\]</a>"
. += "<a href='byond://?src=\ref[src];vore_prefs=1'>\[Mechanical Vore Preferences\]</a>"
@@ -1085,8 +1085,8 @@
if(href_list["save_ooc_panel"])
if(usr == src)
save_ooc_panel(usr)
if(href_list["print_ooc_notes_to_chat"])
print_ooc_notes_to_chat(usr)
if(href_list["print_ooc_notes_chat"])
print_ooc_notes_chat(usr)
if(href_list["save_private_notes"])
if(usr == src)
save_private_notes(usr)
+1 -1
View File
@@ -99,7 +99,7 @@
. += "[flavor_text]"
if(master.ooc_notes)
. += span_deptradio("OOC Notes:") + "<a href='byond://?src=\ref[master];ooc_notes=1'>\[View\]</a> - <a href='byond://?src=\ref[master];print_ooc_notes_to_chat=1'>\[Print\]</a>"
. += span_deptradio("OOC Notes:") + "<a href='byond://?src=\ref[master];ooc_notes=1'>\[View\]</a> - <a href='byond://?src=\ref[master];print_ooc_notes_chat=1'>\[Print\]</a>"
// Allow dissipating ai holograms by attacking them
/obj/effect/overlay/aiholo/attack_hand(mob/living/user)