- Heilung wegen Tavernen nach hinten gelegt.

This commit is contained in:
Christian Schlittchen 2002-03-31 11:52:28 +00:00
parent bc01c92af8
commit 1cc9b5fc3e
1 changed files with 2 additions and 4 deletions

View File

@ -3435,9 +3435,6 @@ processorders (void)
if (turn == 0) srand(time((time_t *) NULL));
else srand(turn);
puts(" - Heilung");
monthly_healing();
puts(" - Belagern");
do_siege();
@ -3497,7 +3494,8 @@ processorders (void)
puts(" - Zufallsereignisse");
randomevents();
puts(" - Auraregeneration");
puts(" - regeneration (healing & aura)");
monthly_healing();
regeneration_magiepunkte();
#if NEW_LAEN