cleans up so many to_chats so they use vchat filters, unsorted chat filter for everything else (#9006)

* better filters for vchat, unsorted chat filter

* adds closing tags, fixes an error I somehow missed
This commit is contained in:
Seris02
2023-03-09 10:57:55 +08:00
committed by GitHub
parent 6b909477bc
commit 75577bd3ca
63 changed files with 546 additions and 514 deletions

View File

@@ -331,7 +331,7 @@
/atom/movable/proc/find_fall_target(var/turf/oldloc, var/turf/landing)
if(isopenspace(oldloc))
oldloc.visible_message("\The [src] falls down through \the [oldloc]!", "You hear something falling through the air.")
oldloc.visible_message("<span class='notice'>\The [src] falls down through \the [oldloc]!</span>", "<span class='notice'>You hear something falling through the air.</span>")
// If the turf has density, we give it first dibs
if (landing.density && landing.CheckFall(src))