This commit is contained in:
lolman360
2020-08-09 15:26:08 +10:00
parent f545434f65
commit 50448549fb
6 changed files with 28 additions and 2 deletions
+1 -1
View File
@@ -147,7 +147,7 @@
log_game("[user] [key_name(user)] has renamed [O] to [input]")
if(penchoice == "Change description")
var/input = stripped_input(user,"Describe \the [O.name] here", ,"", 100)
var/input = stripped_input(user,"Describe \the [O.name] here", ,"", 2048)
if(QDELETED(O) || !user.canUseTopic(O, BE_CLOSE))
return
O.desc = input