Skip to content

Commit

Permalink
Backporting CleverRaven#49778 Force place_special_forced to place spe…
Browse files Browse the repository at this point in the history
…cial in forced mode
  • Loading branch information
ZhilkinSerg committed Aug 14, 2021
1 parent a24052b commit ea26b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overmap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1929,7 +1929,7 @@ void overmap::place_special_forced( const overmap_special_id &special_id, const
om_direction::type dir )
{
static city invalid_city;
place_special( *special_id, p, dir, invalid_city, false, false );
place_special( *special_id, p, dir, invalid_city, false, true );
}

void mongroup::wander( const overmap &om )
Expand Down

0 comments on commit ea26b17

Please sign in to comment.