mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Adds a to_chat() proc, to pave the way to a non shit chat.
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
for(var/datum/migration/M in package)
|
||||
if(M.id > from_version && M.id <= to_version)
|
||||
if(!M.up())
|
||||
//world << "[log_text] <span style='font-weight:bold;color:red;'>FAIL</span><br>Failed to process migration [pkgID] #[M.id]!"
|
||||
// to_chat(world, "[log_text] <span style='font-weight:bold;color:red;'>FAIL</span><br>Failed to process migration [pkgID] #[M.id]!")
|
||||
world.log << "Failed to process migration [pkgID] #[M.id]"
|
||||
return FALSE
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user