cleaned up formatting:

- removed trailing whitespace
- changed all leading whitespace to tabs
- removed IDE created author comments
This commit is contained in:
Evan Debenham
2015-06-12 16:22:26 -04:00
parent baa83b7e43
commit cebdff0221
335 changed files with 8555 additions and 8714 deletions
@@ -49,11 +49,11 @@ public class Tamahawk extends MissileWeapon {
public void proc( Char attacker, Char defender, int damage ) {
super.proc( attacker, defender, damage );
Buff.affect( defender, Bleeding.class ).set( damage );
}
}
@Override
public String desc() {
return
return
"This throwing axe is not that heavy, but it still " +
"requires significant strength to be used effectively.";
}