mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user