forked from MagicBane/Server
NPCs load rune sets
This commit is contained in:
@@ -121,7 +121,7 @@ public abstract class AbstractCharacter extends AbstractWorldObject {
|
||||
public int hidden = 0; // current rank of hide/sneak/invis
|
||||
public CopyOnWriteArrayList<Integer> minions = new CopyOnWriteArrayList();
|
||||
|
||||
protected ArrayList<CharacterRune> runes;
|
||||
public ArrayList<CharacterRune> runes;
|
||||
|
||||
public AbstractCharacter() {
|
||||
super();
|
||||
|
||||
Reference in New Issue
Block a user