512 forward compatibility merge

This commit is contained in:
Jordan Brown
2017-10-29 10:28:36 -05:00
committed by CitadelStationBot
parent fd2705b6e6
commit 4b297f509e
227 changed files with 5060 additions and 2003 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ GLOBAL_LIST_INIT(message_servers, list())
/datum/data_pda_msg/proc/get_photo_ref()
if(photo)
return "<a href='byond://?src=\ref[src];photo=1'>(Photo)</a>"
return "<a href='byond://?src=[REF(src)];photo=1'>(Photo)</a>"
return ""
/datum/data_pda_msg/Topic(href,href_list)