diff --git a/bin/net/grosinger/nomads/DroneListItem.class b/bin/net/grosinger/nomads/DroneListItem.class index a91c610..969a30f 100644 Binary files a/bin/net/grosinger/nomads/DroneListItem.class and b/bin/net/grosinger/nomads/DroneListItem.class differ diff --git a/src/net/grosinger/nomads/DroneListItem.java b/src/net/grosinger/nomads/DroneListItem.java index f3786ac..764e451 100644 --- a/src/net/grosinger/nomads/DroneListItem.java +++ b/src/net/grosinger/nomads/DroneListItem.java @@ -77,6 +77,7 @@ public class DroneListItem { team = theTeam; waiting = 0; inventory = new Inventory(this); + currentObjectives = new ArrayList(); // Place itself in the world Nomads.awesomeWorld.placeNewDrone(this);