From 6611a5c59524838a11a53da3107473df27d2762f Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sun, 9 May 2004 19:57:28 +0000 Subject: [PATCH] (stre): Always report mines to deities. Closes #917911. --- src/lib/commands/stre.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/commands/stre.c b/src/lib/commands/stre.c index 92a033e0..01d6d375 100644 --- a/src/lib/commands/stre.c +++ b/src/lib/commands/stre.c @@ -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