mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
@@ -159,4 +159,4 @@
|
||||
// // // LEGACY USE ONLY!! // // //
|
||||
// // // // // // // // // // // //
|
||||
// See top of 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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user