mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user