Skip to content

Commit

Permalink
Fixed PGL T5.B tooltip mismatch with new value
Browse files Browse the repository at this point in the history
  • Loading branch information
phg49389 committed Mar 17, 2021
1 parent 42bdca5 commit 5456885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engineerWeapons/GrenadeLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ protected void initializeModsAndOverclocks() {
tier5 = new Mod[3];
tier5[0] = new Mod("Proximity Trigger", "After 0.2 seconds of arming time, any grenade that passes within 2m of an enemy will detonate after a 0.1 second delay. After being armed, grenades will emit a green light. "
+ "Grenades no longer explode upon impacting terrain, but instead automatically self-detonate 3.3 seconds after being fired.", modIcons.special, 5, 0, false);
tier5[1] = new Mod("Spiky Grenade", "+60 Direct Damage to any target directly impacted by a grenade.", modIcons.directDamage, 5, 1);
tier5[1] = new Mod("Spiky Grenade", "+45 Direct Damage to any target directly impacted by a grenade.", modIcons.directDamage, 5, 1);
tier5[2] = new Mod("Incendiary Compound", "Lose 30% of Direct, Area, and Armor Damage, and convert it to Heat that will ignite enemies, dealing " + MathUtils.round(DoTInformation.Burn_DPS, GuiConstants.numDecimalPlaces) + " Fire Damage per Second", modIcons.heatDamage, 5, 2);

overclocks = new Overclock[6];
Expand Down

0 comments on commit 5456885

Please sign in to comment.