[MIRROR] First part of a span rework (#9120)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
CHOMPStation2
2024-10-02 16:25:48 +02:00
committed by GitHub
co-authored by Heroman3003 Kashargul
parent 07c3627fbf
commit 31407a0be3
241 changed files with 1108 additions and 1081 deletions
@@ -73,7 +73,7 @@
if(!ismob(grab.affecting))
return
if(grab.affecting.has_buckled_mobs())
to_chat(user, span("warning", "\The [grab.affecting] has other entities attached to them. Remove them first."))
to_chat(user, span_warning("\The [grab.affecting] has other entities attached to them. Remove them first."))
return
var/mob/M = grab.affecting
if(put_mob(M))