Added Tracking Droids, refined Bounty Missions

A few things need to be done like the stacks for the droids. Right now
they won't be destroyed from inventory until this is implemented.
This commit is contained in:
Waverunner
2014-05-03 18:03:00 -04:00
parent 70d63139e6
commit 7860a8b668
12 changed files with 308 additions and 33 deletions
@@ -33,6 +33,8 @@ import services.mission.MissionObjective;
public class DeliveryMissionObjective extends MissionObjective {
private static final long serialVersionUID = 1L;
private TangibleObject deliveryObject;
private CreatureObject missionGiver;
private CreatureObject dropOffNpc;