Merge pull request #150 from RylandAlmanza/pre-beta

Fixed 'You have run out of arrows' bug.
This commit is contained in:
CodeForFame 2012-08-09 21:28:05 -07:00
commit c79aaf1f56

View File

@ -144,7 +144,7 @@ public class Formulae {
if(!Config.members) { if(!Config.members) {
return freeArrows; return freeArrows;
} }
return boltIDs; return arrowIDs;
} }
/** /**
* Returns a power to assosiate with each arrow * Returns a power to assosiate with each arrow