v0.3.5: lots of broken sigil implementation

This commit is contained in:
Evan Debenham
2016-03-10 00:44:52 -05:00
parent 534d3fb53a
commit a77194317e
12 changed files with 180 additions and 60 deletions
@@ -100,12 +100,12 @@ public abstract class Scroll extends Item {
public Scroll() {
super();
sync();
reset();
}
@Override
public void sync(){
super.sync();
public void reset(){
super.reset();
image = handler.image( this );
rune = handler.label( this );
};