Bug 2112: volcano stops smoking after it has erupted.

https://bugs.eressea.de/view.php?id=2112
This commit is contained in:
Enno Rehling 2015-06-26 14:26:42 +02:00
parent 6a42b6231e
commit 9b42824a5e
1 changed files with 1 additions and 0 deletions

View File

@ -1126,6 +1126,7 @@ void randomevents(void)
}
else if (r->age > 20 && rng_int() % 100 < 8) {
volcano_outbreak(r);
rsetterrain(r, T_VOLCANO);
}
}
}