finish up the spans (#9605)

This commit is contained in:
Kashargul
2024-12-09 22:51:05 +01:00
committed by GitHub
parent 19bc22ddb3
commit fe4b5ec2cb
80 changed files with 359 additions and 361 deletions

View File

@@ -77,7 +77,7 @@
if(R.shell && !R.emagged) // unless emagged shell
continue
var/law = target.generate_ion_law()
to_chat(target, "<span class='danger'>You have detected a change in your laws information:</span>")
to_chat(target, span_danger("You have detected a change in your laws information:"))
to_chat(target, law)
target.add_ion_law(law)
target.show_laws()