[MIRROR] Refactors most spans into span procs (#6315)

* Refactors most spans into span procs

* AA

* a

* AAAAAAAAAAAAAAAAAAAAAA

* Update species.dm

Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-06-16 00:24:49 +01:00
committed by GitHub
co-authored by Watermelon914 Gandalf
parent cd5dba4fbd
commit 7d1d0e1fad
1676 changed files with 15455 additions and 15211 deletions
+2 -2
View File
@@ -104,10 +104,10 @@
announce_contents = !announce_contents
if("submit_report")
if(!command_name)
to_chat(ui_user, "<span class='danger'>You can't send a report with no command name.</span>")
to_chat(ui_user, span_danger("You can't send a report with no command name."))
return
if(!command_report_content)
to_chat(ui_user, "<span class='danger'>You can't send a report with no contents.</span>")
to_chat(ui_user, span_danger("You can't send a report with no contents."))
return
send_announcement()