v0.2.4a: corrected bomb/key logic. Keys can no longer be destroyed, bombs no longer destroy items as they are dropped.
This commit is contained in:
@@ -27,6 +27,7 @@ public class Key extends Item {
|
||||
|
||||
{
|
||||
stackable = true;
|
||||
unique = true;
|
||||
}
|
||||
|
||||
public int depth;
|
||||
|
||||
Reference in New Issue
Block a user