Source Release: corrected image error while merging, update some classes for consistency with the private source
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 4.2 KiB |
@@ -23,6 +23,7 @@ package com.shatteredpixel.shatteredpixeldungeon.items;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.actors.Char;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.items.EquipableItem;
|
||||
|
||||
|
||||
public abstract class KindofMisc extends EquipableItem {
|
||||
|
||||
public abstract void activate(Char ch);
|
||||
|
||||
@@ -22,7 +22,6 @@ package com.shatteredpixel.shatteredpixeldungeon.items.armor;
|
||||
|
||||
import com.shatteredpixel.shatteredpixeldungeon.sprites.ItemSpriteSheet;
|
||||
|
||||
|
||||
public class ClothArmor extends Armor {
|
||||
|
||||
{
|
||||
|
||||
@@ -22,7 +22,6 @@ package com.shatteredpixel.shatteredpixeldungeon.items.armor;
|
||||
|
||||
import com.shatteredpixel.shatteredpixeldungeon.sprites.ItemSpriteSheet;
|
||||
|
||||
|
||||
public class LeatherArmor extends Armor {
|
||||
|
||||
{
|
||||
|
||||
@@ -22,7 +22,6 @@ package com.shatteredpixel.shatteredpixeldungeon.items.armor;
|
||||
|
||||
import com.shatteredpixel.shatteredpixeldungeon.sprites.ItemSpriteSheet;
|
||||
|
||||
|
||||
public class MailArmor extends Armor {
|
||||
|
||||
{
|
||||
|
||||
@@ -22,7 +22,6 @@ package com.shatteredpixel.shatteredpixeldungeon.items.armor;
|
||||
|
||||
import com.shatteredpixel.shatteredpixeldungeon.sprites.ItemSpriteSheet;
|
||||
|
||||
|
||||
public class PlateArmor extends Armor {
|
||||
|
||||
{
|
||||
|
||||
@@ -22,7 +22,6 @@ package com.shatteredpixel.shatteredpixeldungeon.items.armor;
|
||||
|
||||
import com.shatteredpixel.shatteredpixeldungeon.sprites.ItemSpriteSheet;
|
||||
|
||||
|
||||
public class ScaleArmor extends Armor {
|
||||
|
||||
{
|
||||
|
||||
@@ -44,6 +44,7 @@ import com.watabou.utils.Random;
|
||||
import java.util.Arrays;
|
||||
import java.util.HashSet;
|
||||
|
||||
|
||||
//TODO: balancing
|
||||
public class WandOfCorruption extends Wand {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user