This commit is contained in:
AnturK
2015-11-23 19:31:28 +01:00
parent caa07f84c4
commit 05cb510dc7
2 changed files with 77 additions and 66 deletions
+5
View File
@@ -17,6 +17,11 @@ var/global/list/obj/machinery/message_server/message_servers = list()
if(param_photo)
photo = param_photo
/datum/data_pda_msg/proc/get_photo_ref()
if(photo)
return "<a href='byond://?src=\ref[src];photo=1'>(Photo)</a>"
return ""
/datum/data_pda_msg/Topic(href,href_list)
..()
if(href_list["photo"])