From 4f22bf797205748e65ebcdcf7d8ab88108285a02 Mon Sep 17 00:00:00 2001 From: Geatish Date: Thu, 9 Jan 2025 20:16:19 +0100 Subject: [PATCH] Writing on the back --- code/modules/photography/photos/photo.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/photography/photos/photo.dm b/code/modules/photography/photos/photo.dm index 3f60c4521e5b6..00f5773e37fc6 100644 --- a/code/modules/photography/photos/photo.dm +++ b/code/modules/photography/photos/photo.dm @@ -60,7 +60,7 @@ CREATION_TEST_IGNORE_SUBTYPES(/obj/item/photo) to_chat(user, "You scribble illegibly on [src]!") return - var/txt = stripped_input(user, "What would you like to write on the back?", "Photo Writing", max_length=128) + var/txt = stripped_input(user, "What would you like to write on the back? 256 characters max.", "Photo Writing", max_length=256) if(txt && user.canUseTopic(src, BE_CLOSE)) scribble = txt