mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 17:14:47 +01:00
fixes a missing space in spit personality radio (#47558)
🆑 spellcheck: adds a missing space in split personailty radio /🆑
This commit is contained in:
committed by
Emmett Gaines
parent
4b49f2d6f6
commit
fcfbd9f92e
@@ -29,4 +29,4 @@
|
||||
for(var/ded in GLOB.dead_mob_list)
|
||||
if(!isobserver(ded))
|
||||
continue
|
||||
to_chat(ded, "[FOLLOW_LINK(ded, user)] <span class='boldnotice'>[user] [name]:</span> <span class='notice'>\"[msg]\" to</span><span class='name'>[trauma]</span>")
|
||||
to_chat(ded, "[FOLLOW_LINK(ded, user)] <span class='boldnotice'>[user] [name]:</span> <span class='notice'>\"[msg]\" to</span> <span class='name'>[trauma]</span>")
|
||||
|
||||
Reference in New Issue
Block a user