summaryrefslogtreecommitdiff
path: root/src/q_god.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_god.cc')
-rw-r--r--src/q_god.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/q_god.cc b/src/q_god.cc
index 79a25232..14052fe4 100644
--- a/src/q_god.cc
+++ b/src/q_god.cc
@@ -381,8 +381,7 @@ static void quest_god_generate_relic()
/* are the coordinates on a floor, not on a permanent feature (eg stairs), and not on a trap ? */
if ((f_info[c_ptr->feat].flags & FF_FLOOR) &&
- (!(f_info[c_ptr->feat].flags & FF_PERMANENT)) &&
- (c_ptr->t_idx == 0))
+ (!(f_info[c_ptr->feat].flags & FF_PERMANENT)))
{
break;
}