mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-29 10:57:41 +01:00
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