mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
fix this (#25524)
This commit is contained in:
+2
-1
@@ -515,7 +515,7 @@
|
||||
alert("Not before round-start!", "Alert")
|
||||
return
|
||||
|
||||
var/list/out = list("<meta charset='UTF-8'><b>[name]</b>[(current && (current.real_name != name))?" (as [current.real_name])" : ""]")
|
||||
var/list/out = list("<html><meta charset='UTF-8'><head><title>[name]</title></head><body><b>[name]</b>[(current && (current.real_name != name))?" (as [current.real_name])" : ""]")
|
||||
out.Add("Mind currently owned by key: [key] [active ? "(synced)" : "(not synced)"]")
|
||||
out.Add("Assigned role: [assigned_role]. <a href='byond://?src=[UID()];role_edit=1'>Edit</a>")
|
||||
out.Add("Factions and special roles:")
|
||||
@@ -592,6 +592,7 @@
|
||||
out.Add(gen_objective_text(admin = TRUE))
|
||||
out.Add("<a href='byond://?src=[UID()];obj_add=1'>Add objective</a><br>")
|
||||
out.Add("<a href='byond://?src=[UID()];obj_announce=1'>Announce objectives</a><br>")
|
||||
out.Add("</body></html>")
|
||||
usr << browse(out.Join("<br>"), "window=edit_memory[src];size=500x500")
|
||||
|
||||
/datum/mind/Topic(href, href_list)
|
||||
|
||||
Reference in New Issue
Block a user