Exclude nonvillage from outer_villages array

This commit is contained in:
Toom 2022-12-07 21:49:39 +02:00 committed by Steve Cotton
parent 1603dea8f6
commit 034e489b19

View file

@ -926,7 +926,7 @@
# There is a number of houses inside the oasis and even more tents
# by the necromancer's fort, we need to make sure that these are
# ignored. To do this we store coordinates ([store_locations]) of
# all desert villages (Dd^Vt) that are not ([not]) within
# all desert villages (*^Vda, *^Vdr, *^Vdt) that are not ([not]) within
# rectangle defined by points 34,1 50,12 (x=34-50, y=1-12) or
# ([or]) rectangle defined by 13,37 20,34 . First rectangle
# includes all villages near necromancer, the second covers whole
@ -934,7 +934,7 @@
# outer_villages (variable=outer_villages).
[store_locations]
variable=outer_villages
terrain=*^Vdt,*^Vda,*^
terrain=*^Vdt,*^Vda,*^Vdr
[not]
x,y=32-50,1-12
[or]