TooAngel / screeps

TooAngel NPC / bot / source code for screeps
https://screeps.com
GNU Affero General Public License v3.0
600 stars 154 forks source link

[LOGIC REFINE] withdraw energy from Tombstone and Ruin #666

Closed XenoAmess closed 1 year ago

mschultheiss83 commented 1 year ago

withdraw Tombstone is implemented, see https://github.com/TooAngel/screeps/blob/master/src/prototype_creep_resources.js#L120

Creep.prototype.withdrawTombstone = function(onlyEnergy) {

add them up into Creep.prototype.pickupEnergy

Ruins are ´quite´ new to the game