forgot a few

This commit is contained in:
MarinaGryphon
2021-07-05 10:19:00 -05:00
parent e41c2ecfd7
commit 373b1db4cc
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
var/text = sanitizeSafe(input(usr, "What would you like to write?") as text, writing_space)
if(!text || thing.loc != user || (!Adjacent(user) && loc != user) || user.incapacitated())
return
user.visible_message(SPAN_NOTICE("\The [user] jots a note down on \the [src]."))
user.visible_message("<b>\The [user]</b> jots a note down on \the [src].")
written_by = user.ckey
if(written_text)
written_text = "[written_text] [text]"