[MANUAL MIRROR] Sets UNIQUE_RENAME max description length to 280, up from 140 (#75045) (#21132)

Sets UNIQUE_RENAME max description length to 280, up from 140 (#75045)

player creativity with their funky little mining tools or other
implements of violence. or food items. ~~personally i just thought that
140 characters was too small~~

Co-authored-by: Hatterhat <31829017+Hatterhat@users.noreply.github.com>
This commit is contained in:
coldud13
2023-05-15 14:41:46 +01:00
committed by GitHub
co-authored by Hatterhat
parent bb57709cb7
commit df00254352
+1 -1
View File
@@ -188,7 +188,7 @@
O.renamedByPlayer = TRUE
if(penchoice == "Description")
var/input = tgui_input_text(user, "Describe [O]", "Description", "[O.desc]", 140)
var/input = tgui_input_text(user, "Describe [O]", "Description", "[O.desc]", 280)
var/olddesc = O.desc
if(QDELETED(O) || !user.can_perform_action(O))
return