generic loot system in place

This commit is contained in:
2024-06-15 16:51:46 -05:00
parent f27668552c
commit 34721fdee8
2 changed files with 72 additions and 4 deletions
@@ -122,6 +122,8 @@ public abstract class AbstractCharacter extends AbstractWorldObject {
private boolean collided = false;
private byte aoecntr = 0;
public boolean hasContractOrRune = false;
public AbstractCharacter() {
super();