PlaceWithRelatedModule requirement, finish Puzzle D

This commit is contained in:
2022-12-03 22:35:00 +01:00
parent 655f495804
commit 9b262ce4c9
31 changed files with 402 additions and 811 deletions

View File

@@ -82,7 +82,7 @@ namespace EscapeRoomEngine.Desert.Runtime.Puzzle_C
}
else
{
throw new EngineException("Terminal was not assigned a related Ball.");
throw new EngineException("Holes were not assigned a related Dispenser.");
}
}
}