mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
cleans up so many to_chats so they use vchat filters, unsorted chat filter for everything else
This commit is contained in:
committed by
CHOMPStation2
parent
f09fd02e6e
commit
8ab9a847d0
@@ -39,7 +39,7 @@
|
||||
|
||||
var/obj/occupied = turf_is_crowded()
|
||||
if(occupied)
|
||||
to_chat(usr, "There's \a [occupied] in the way.")
|
||||
to_chat(usr, "<span class='filter_notice'>There's \a [occupied] in the way.</span>")
|
||||
return 0
|
||||
|
||||
var/list/L = list()
|
||||
|
||||
Reference in New Issue
Block a user