v1.4.0: fixed turn spending errors with items and full inventory
This commit is contained in:
@@ -917,7 +917,7 @@ public class Hero extends Char {
|
||||
GLog.n(Messages.capitalize(Messages.get(this, "you_cant_have", item.name())));
|
||||
}
|
||||
|
||||
next();
|
||||
ready();
|
||||
}
|
||||
} else {
|
||||
ready();
|
||||
|
||||
Reference in New Issue
Block a user