bad GUARD_NONE conversion, should have been false.

This commit is contained in:
Enno Rehling 2016-11-05 16:20:00 +01:00
parent 467ffe2db0
commit bad4fb47c5
1 changed files with 1 additions and 1 deletions

View File

@ -2764,7 +2764,7 @@ static void aftermath(battle * b)
/* Distribute Loot */
loot_items(df);
setguard(du, true);
setguard(du, false);
scale_number(du, 0);
}
else {