Instead of just displaying
Automatic upgrading is now set to grade 1
The ability to display:
Automatic upgrading is now set to Wood
This gives better feedback to the player.
I've adjusted the code running our server, see below if you'd like to incorporate it:
add to messages:
then when showing the chat message, change to:
Automatic upgrading is now set to grade 1
The ability to display:
Automatic upgrading is now set to Wood
This gives better feedback to the player.
I've adjusted the code running our server, see below if you'd like to incorporate it:
add to messages:
["Notice.SetGrade.1"] = "Automatic upgrading is now set to <color=orange>Wood</color>.",["Notice.SetGrade.2"] = "Automatic upgrading is now set to <color=orange>Stone</color>.",["Notice.SetGrade.3"] = "Automatic upgrading is now set to <color=orange>Metal</color>.",["Notice.SetGrade.4"] = "Automatic upgrading is now set to <color=orange>Armoured</color>.",then when showing the chat message, change to:
chatMsgs.Add($"Notice.SetGrade.{grade}".Lang(player.UserIDString, grade));