chore: removed "Difficutly Increased" message
This commit is contained in:
parent
335e782654
commit
eddbb0d9cf
1 changed files with 0 additions and 1 deletions
|
|
@ -71,7 +71,6 @@ void MapRegion::raise_difficulty(double amount) {
|
||||||
if (this->hunt_phase) {
|
if (this->hunt_phase) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
print_line("Difficutly Increased");
|
|
||||||
int const old_trunc{ (int)Math::floor(this->difficulty) };
|
int const old_trunc{ (int)Math::floor(this->difficulty) };
|
||||||
this->difficulty += amount;
|
this->difficulty += amount;
|
||||||
int const new_trunc{ (int)Math::floor(this->difficulty) };
|
int const new_trunc{ (int)Math::floor(this->difficulty) };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue