Adds increased scrapper cost when used excessively
All checks were successful
EpicKnarvik97/Blacksmith/pipeline/head This commit looks good
All checks were successful
EpicKnarvik97/Blacksmith/pipeline/head This commit looks good
This commit is contained in:
@@ -143,7 +143,12 @@ public enum BlacksmithTranslatableMessage implements TranslatableMessage {
|
||||
/**
|
||||
* The format to use for formatting any message spoken by a blacksmith NPC
|
||||
*/
|
||||
NPC_TALK_FORMAT;
|
||||
NPC_TALK_FORMAT,
|
||||
|
||||
/**
|
||||
* The text to display when explaining that a cost must be a positive double
|
||||
*/
|
||||
DOUBLE_COST_REQUIRED;
|
||||
|
||||
/**
|
||||
* Gets the message to display when displaying the raw value of messages
|
||||
|
Reference in New Issue
Block a user