mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
forgot a few
This commit is contained in:
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user