(stre): Always report mines to deities. Closes #917911.
This commit is contained in:
parent
07f5489977
commit
6611a5c595
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ stre(void)
|
|||
r_total = att_reacting_units(def, 0, 0, &dummy, 9999999);
|
||||
def->own = 0;
|
||||
eff = att_combat_eff(def);
|
||||
if (sect.sct_own == sect.sct_oldown) {
|
||||
if (sect.sct_own == sect.sct_oldown || player->god) {
|
||||
if (sect.sct_mines > 0)
|
||||
pr("%7d", sect.sct_mines);
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue