[MIRROR] next set of spans (#9247)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
CHOMPStation2
2024-10-17 16:33:07 -07:00
committed by GitHub
parent bc6662ef9e
commit 7416cbea22
599 changed files with 2619 additions and 2564 deletions

View File

@@ -170,11 +170,10 @@
to_chat(usr, span_warning("You don't appear to have changed anything on the AI datum you were editing."))
href_list["datumrefresh"] = "\ref[src]"
else
var/message = "<span class='notice'>These differences were detected in your varedit. If you notice any that you didn't change, please redo your edit:<br>"
var/message = "These differences were detected in your varedit. If you notice any that you didn't change, please redo your edit:<br>"
for(var/key in diff)
message += "<b>- [key]:</b> [before[key]] => [after[key]]<br>"
message += "</span>"
to_chat(usr,message)
message += span_bold("- [key]:") + " [before[key]] => [after[key]]<br>"
to_chat(usr,span_notice(message))
var/original_type = holder.type
var/list/levels_working = GetConnectedZlevels(holder.z)