v0.4.0: reworked/added the 5 basic swords

This commit is contained in:
Evan Debenham
2016-05-13 18:45:32 -04:00
parent 7e546b14da
commit 8f27e921d8
7 changed files with 75 additions and 17 deletions
@@ -106,6 +106,10 @@ public class ShatteredPixelDungeon extends Game {
com.shatteredpixel.shatteredpixeldungeon.plants.Rotberry.Seed.class,
"com.shatteredpixel.shatteredpixeldungeon.actors.mobs.npcs.Wandmaker$Rotberry$Seed" );
//0.4.0
com.watabou.utils.Bundle.addAlias(
com.shatteredpixel.shatteredpixeldungeon.items.weapon.melee.WornShortsword.class,
"com.shatteredpixel.shatteredpixeldungeon.items.weapon.melee.ShortSword" );
}