Fixed 'You have run out of arrows' bug.

This commit is contained in:
Ryland Taylor-Almanza 2012-08-09 14:25:25 -07:00
parent b068527bb2
commit 488ef0b236

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