Biomass count on NPC death is loaded from config

This commit is contained in:
simon
2018-01-03 19:19:19 -05:00
parent 8ceeca564a
commit 9b908a5310
4 changed files with 20 additions and 14 deletions

View File

@@ -5,10 +5,8 @@ import com.mongodb.DBObject;
import net.simon987.server.GameServer;
import net.simon987.server.event.ObjectDeathEvent;
import net.simon987.server.game.Direction;
import net.simon987.server.logging.LogManager;
import org.json.simple.JSONObject;
import java.lang.util.Random;
public class HarvesterNPC extends NonPlayerCharacter {