Commit 55016cf177e7ea7fd79773efbdc7472fd51fc1e3
1 parent
8aa511fa
Renamed Open Palm Block's block effect to "Open Palm Block" to differenciate it from Blocking
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -2437,7 +2437,7 @@ newEffect{ |
2437 | 2437 | |
2438 | 2438 | newEffect{ |
2439 | 2439 | name = "BRAWLER_BLOCK", image = "talents/block.png", |
2440 | - desc = _t"Blocking", | |
2440 | + desc = _t"Open Palm Block", | |
2441 | 2441 | long_desc = function(self, eff) |
2442 | 2442 | return ("Blocking up to %d total damage."): |
2443 | 2443 | tformat(self.brawler_block or 0) | ... | ... |
-
Please register or login to post a comment