(powe): Fix the deity check to use player->god instead of
player->cnum == 0. Partial Fix for #863419.
This commit is contained in:
parent
552467dc08
commit
aebdf80864
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ powe(void)
|
|||
continue;
|
||||
if (use_targets && !targets[pow.p_nation])
|
||||
continue;
|
||||
if (pow.p_nation != player->cnum && player->cnum != 0)
|
||||
if (pow.p_nation != player->cnum && !player->god)
|
||||
round_flag = 1;
|
||||
else
|
||||
round_flag = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue