[Knight/HiltSmash] Change base damage from 3 to 2 [PC-343]

This commit is contained in:
Ben 2016-05-20 15:50:33 +01:00
parent 8ba2132f81
commit 55b0ed8eb5

View File

@ -46,7 +46,7 @@ public class HiltSmash extends SkillActive
SetDesc(new String[]
{
"Smash the hilt of your sword into",
"your opponent, dealing #2#1 damage",
"your opponent, dealing #1#1 damage",
"and Slow 3 for #0.5#0.5 seconds."
});
}