Skip to content

Commit

Permalink
Inserted placeholder for mer equip stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph G authored and Joseph G committed Aug 26, 2016
1 parent e763a39 commit fc22815
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main/src/org/destinationsol/game/ship/SolShip.java
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ private boolean tryCollectLoot(SolObject obj, SolGame game) {
boolean canAdd = c.canAdd(i);
if (canAdd) {
c.add(i);
if(c == myItemContainer&&myPilot.getMapHint()=="Merc")
{
//System.out.println("Merc could try to equip");
//insert equip code here, if it's something we want to do
}
}
return canAdd;
}
Expand Down

0 comments on commit fc22815

Please sign in to comment.