Skip to content

Commit

Permalink
Fix swiftness description
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicFrog committed Jan 8, 2023
1 parent 71057b1 commit b552fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gun-bonsai/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Fix:
- Burning Terror now respects the `+NOFEAR` flag.
- Thunderbolt now procs on DoT tick, which may fix crashes attacking certain enemies with Thunderbolt-enabled weapons.
- Swiftness description now properly notes that it triggers on all kills, not just melee ones (although it will still prefer to spawn on melee weapons).

# 0.9.7

Expand Down
2 changes: 1 addition & 1 deletion gun-bonsai/LANGUAGE.en-upgrades
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ TFLV_Upgrade_Submunitions_Name = "Submunitions";
TFLV_Upgrade_Submunitions_Desc = "Killing an enemy releases a bunch of bouncy explosives.";
TFLV_Upgrade_Submunitions_TT = "Releases @count bouncy explosives, dealing 100% of target health @bonus-damage damage.";
TFLV_Upgrade_Swiftness_Name = "Swiftness";
TFLV_Upgrade_Swiftness_Desc = "Stops time when you kill an enemy in melee.";
TFLV_Upgrade_Swiftness_Desc = "Stops time briefly when you kill an enemy.";
TFLV_Upgrade_Swiftness_TT = "Duration @duration. Additional kills while stopped reset the timer and add @combo-bonus per kill.";
TFLV_Upgrade_ToughAsNails_Name = "Tough as Nails";
TFLV_Upgrade_ToughAsNails_Desc = "Reduces incoming damage. Cannot reduce below 1.";
Expand Down

0 comments on commit b552fda

Please sign in to comment.