We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The constant FIND_DROPPED_RESOURCE has replaced FIND_DROPPED_ENERGY.
FIND_DROPPED_RESOURCE
FIND_DROPPED_ENERGY
But in the sample code of Creep.pickup and PowerCreep.pickup, FIND_DROPPED_ENERGY is still used.
The text was updated successfully, but these errors were encountered:
Use FIND_DROPPED_RESOURCE
6138682
Addresses screeps#144
d6a760b
Fixes screeps#144
o4kapuk
Successfully merging a pull request may close this issue.
The constant
FIND_DROPPED_RESOURCE
has replacedFIND_DROPPED_ENERGY
.But in the sample code of Creep.pickup and PowerCreep.pickup,
FIND_DROPPED_ENERGY
is still used.The text was updated successfully, but these errors were encountered: