fixes a to_chat runtime, lints now throw an error if a to_chat proc lacks a target argument (#21827)

* untested :)

* i may be stupid

* there we go
This commit is contained in:
GDN
2023-09-01 16:39:21 -05:00
committed by GitHub
parent df7c7fba0a
commit 100a9d18b6
2 changed files with 8 additions and 2 deletions
@@ -313,7 +313,7 @@
if(stat & BROKEN)
return
if(!anchored)
to_chat("<span class='warning'>[src] must be anchored first!</span>")
to_chat(user, "<span class='warning'>[src] must be anchored first!</span>")
return
ui_interact(user)