damagecounterplugin: updated grammar (#1307)
* damagecounterplugin: updated grammar updated spacing and grammar for now may look into more later. * Update DamageCounterPlugin.java
This commit is contained in:
@@ -314,8 +314,8 @@ public class DamageCounterPlugin extends Plugin
|
||||
}
|
||||
else
|
||||
{
|
||||
MessageDamage = "Didn't do much" +
|
||||
"Fucking leech did " + DAMAGEFORMAT.format(DamageCount) + " damage to " +
|
||||
MessageDamage = "Didn't do much, " +
|
||||
"leech, you did " + DAMAGEFORMAT.format(DamageCount) + " damage to " +
|
||||
actor.getName() + "! You did %" + String.format("%.2f", percent) + " of the damage";
|
||||
}
|
||||
|
||||
@@ -359,4 +359,4 @@ public class DamageCounterPlugin extends Plugin
|
||||
.runeLiteFormattedMessage(message)
|
||||
.build());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user