Balancing tweaks
This commit is contained in:
parent
f44df139b1
commit
c5e7f73fa6
1 changed files with 6 additions and 0 deletions
|
|
@ -1179,6 +1179,12 @@ namespace gmtk
|
|||
add({0, {i, 3}});
|
||||
}
|
||||
|
||||
if (!map_.cards.contains(card_type::zoomer))
|
||||
{
|
||||
spots.erase(location{0, {0, 3}});
|
||||
spots.erase(location{0, {2, 3}});
|
||||
}
|
||||
|
||||
if (!spots.empty())
|
||||
{
|
||||
map_.world.create(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue