v0.2.3: lots of dried rose implementation + tiny tweaks to hourglass
This commit is contained in:
@@ -606,7 +606,9 @@ public class Hero extends Char {
|
||||
Item item = heap.pickUp();
|
||||
if (item.doPickUp( this )) {
|
||||
|
||||
if (item instanceof Dewdrop || item instanceof TimekeepersHourglass.sandBag) {
|
||||
if (item instanceof Dewdrop
|
||||
|| item instanceof TimekeepersHourglass.sandBag
|
||||
|| item instanceof DriedRose.Petal) {
|
||||
|
||||
} else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user