Skip to content

Commit

Permalink
Small text change
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasKovacs authored Sep 27, 2016
1 parent 6cc77fc commit 9685906
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions constants/battle_constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@

/*** After-battle constants, default as Ogame ***/
define('REPAIRED_DO_DEBRIS',true);

//Percentage of debris generated from destroyed defenses.
//Percentage of debris generated from destroyed ships.
if (!defined('SHIP_DEBRIS_FACTOR')) {
define('SHIP_DEBRIS_FACTOR', 0.3);
}

//Percentage of debris generated from destroyed ships.
//Percentage of debris generated from destroyed defenses.
if (!defined('DEFENSE_DEBRIS_FACTOR')) {
define('DEFENSE_DEBRIS_FACTOR', 0.3);
}
Expand Down

0 comments on commit 9685906

Please sign in to comment.