From 206441af72df0de4b3cea59a0ed865324bb72258 Mon Sep 17 00:00:00 2001 From: Maurycy Zarzycki Date: Thu, 29 Oct 2020 11:04:40 +0100 Subject: [PATCH] Dagger will no longer prevent tar babies from growing --- DRODLib/DbRooms.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DRODLib/DbRooms.cpp b/DRODLib/DbRooms.cpp index 7c205352..ad9942a9 100644 --- a/DRODLib/DbRooms.cpp +++ b/DRODLib/DbRooms.cpp @@ -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,