mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
[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:
co-authored by
Watermelon914
Gandalf
parent
cd5dba4fbd
commit
7d1d0e1fad
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user