parent
320ddc86b8
commit
251c2d7313
|
@ -19,7 +19,7 @@ def blue_count_kobolds():
|
||||||
for y in range(map.Height):
|
for y in range(map.Height):
|
||||||
below = map.ObjectAt(x, y)
|
below = map.ObjectAt(x, y)
|
||||||
while below:
|
while below:
|
||||||
if below.Name == 'kobold':
|
if below.Name == 'kobold' or below.Name == 'Second Chance kobold':
|
||||||
count = count + 1
|
count = count + 1
|
||||||
break
|
break
|
||||||
below = below.Above
|
below = below.Above
|
||||||
|
|
Loading…
Reference in New Issue