mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Convert most spans to defines (#31080)
* spanish? * aaaagain * keep maptext * Update robot_items.dm * Update span_defines.dm * compiles * Update silicon_mob.dm * compile
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
var/startup_msg = "The server <code>[server_name] ([source])</code> is now starting up. The map is [map_fluff] ([map_name]). You can connect with the <code>Switch Server</code> verb."
|
||||
|
||||
to_chat(world, "<center><span class='boldannounceooc'><big>Attention</big></span></center><hr>[startup_msg]<hr>")
|
||||
to_chat(world, "<center>[SPAN_BOLDANNOUNCEOOC("<big>Attention</big>")]</center><hr>[startup_msg]<hr>")
|
||||
SEND_SOUND(world, sound('sound/misc/notice2.ogg')) // Same as captains priority announce
|
||||
|
||||
/datum/server_command/new_round_announce/custom_dispatch(sname, mname, mfluff)
|
||||
|
||||
Reference in New Issue
Block a user