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
@@ -92,11 +92,11 @@ public class Ring extends KindofMisc {
public Ring() {
super();
sync();
reset();
}
public void sync() {
super.sync();
public void reset() {
super.reset();
image = handler.image( this );
gem = handler.label( this );
}