Merge pull request #28334 from resir014/screeps-2.4.1

[screeps] Release 2.4.1
This commit is contained in:
Daniel Rosenwasser
2018-08-24 14:59:54 -07:00
committed by GitHub

View File

@@ -78,7 +78,7 @@ declare const COLORS_ALL: ColorConstant[];
declare const CREEP_SPAWN_TIME: 3;
declare const CREEP_LIFE_TIME: 1500;
declare const CREEP_CLAIM_LIFE_TIME: 500;
declare const CREEP_CLAIM_LIFE_TIME: 600;
declare const CREEP_CORPSE_RATE: 0.2;
declare const OBSTACLE_OBJECT_TYPES: [
@@ -634,6 +634,8 @@ declare const LOOK_TOMBSTONES: 'tombstone';
declare const ORDER_SELL: "sell";
declare const ORDER_BUY: "buy";
declare const INVADERS_ENERGY_GOAL: number;
declare const SYSTEM_USERNAME: string;
declare const TOMBSTONE_DECAY_PER_PART: 5;