diff --git a/src/lib/common/maps.c b/src/lib/common/maps.c index 4139f240..eb5d9601 100644 --- a/src/lib/common/maps.c +++ b/src/lib/common/maps.c @@ -348,7 +348,7 @@ unit_map(int unit_type, int uid, struct nstr_sect *nsp, char *originp) char *name; gp = get_empobjp(unit_type, uid); - if (!gp || gp->own != player->cnum || gp->own == 0) + if (!gp || (gp->own != player->cnum && !player->god) || gp->own == 0) return RET_FAIL; if (unit_type == EF_NUKE)