crusher rename + 350 chr limit descs
This commit is contained in:
@@ -173,7 +173,7 @@
|
||||
O.renamedByPlayer = TRUE
|
||||
|
||||
if(penchoice == "Change description")
|
||||
var/input = stripped_input(user,"Describe [O] here:", ,"[O.desc]", 140)
|
||||
var/input = stripped_input(user,"Describe [O] here:", ,"[O.desc]", 350)
|
||||
var/olddesc = O.desc
|
||||
if(QDELETED(O) || !user.canUseTopic(O, BE_CLOSE))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user