fixes and filters (#15626)

* fixes and filters

* remove the missed closing spans

* bundle added

* we also store empty hihglighting

* change the blacklist handling

* fix custom links in examine

* regenerate bundle

* automatic URL parsing for OOC/LOOC
This commit is contained in:
Kashargul
2023-12-21 00:30:12 +01:00
committed by GitHub
parent 354dc022bf
commit 4ce06ee440
19 changed files with 152 additions and 131 deletions
+1 -1
View File
@@ -112,7 +112,7 @@
var/list/results = A.examine(src)
if(!results || !results.len)
results = list("You were unable to examine that. Tell a developer!")
to_chat(src, "<span class='filter_notice'>[jointext(results, "<br>")]</span>")
to_chat(src, "<span class='infoplain'>[jointext(results, "<br>")]</span>")
update_examine_panel(A)
/mob/proc/update_examine_panel(var/atom/A)