Merge pull request #13095 from lolman360/liver

custom name/desc ring and necklace
This commit is contained in:
silicons
2020-08-11 01:41:48 -07:00
committed by GitHub
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