mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
finish up the spans (#9605)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user