mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +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
@@ -17,7 +17,7 @@
|
||||
|
||||
for(var/mob/living/silicon/ai/A in GLOB.ai_list)
|
||||
//AIs are always aware of processor overload
|
||||
to_chat(A, "<br><span class='warning'><b>[alert]</b></span><br>")
|
||||
to_chat(A, "<br>[span_warning("<b>[alert]</b>")]<br>")
|
||||
|
||||
// Announce most of the time, but leave a little gap so people don't know
|
||||
// whether it's, say, a tesla zapping tcomms, or some selective
|
||||
|
||||
Reference in New Issue
Block a user