Skip to content

Commit

Permalink
Merge pull request #248 from EvidentlyCube/dagger-tar-babies
Browse files Browse the repository at this point in the history
Dagger will no longer prevent tar babies from growing
  • Loading branch information
mrimer committed Oct 29, 2020
2 parents 54ba278 + 206441a commit 43757e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DRODLib/DbRooms.cpp
Expand Up @@ -5531,7 +5531,7 @@ void CDbRoom::ProcessTurn(CCueEvents &CueEvents, const bool bFullMove)
{
//Get coord index with all swords for quick evaluation.
CCoordIndex babies(this->wRoomCols, this->wRoomRows), SwordCoords;
GetSwordCoords(SwordCoords);
GetSwordCoords(SwordCoords, true);

//Tar takes precedence over mud, and mud over gel,
//but all grow simultaneously if possible,
Expand Down

0 comments on commit 43757e2

Please sign in to comment.