Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dagger will no longer prevent tar babies from growing #248

Merged
merged 1 commit into from Oct 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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