Skip to content

Commit

Permalink
Writing on the back
Browse files Browse the repository at this point in the history
  • Loading branch information
Geatish committed Jan 9, 2025
1 parent c504280 commit 4f22bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/photography/photos/photo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ CREATION_TEST_IGNORE_SUBTYPES(/obj/item/photo)
to_chat(user, "<span class='notice'>You scribble illegibly on [src]!</span>")
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
Expand Down

0 comments on commit 4f22bf7

Please sign in to comment.