mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-13 01:20:34 +02:00
Workaround with Obelisks. Kill me later.
This commit is contained in:
@ -973,7 +973,7 @@ void CRmgTemplateZone::createObstacles(CMapGenerator* gen)
|
||||
if (gen->shouldBeBlocked(tile)) //fill tiles that should be blocked with obstacles
|
||||
{
|
||||
auto obj = new CGObjectInstance();
|
||||
obj->ID = static_cast<Obj>(130);
|
||||
obj->ID = static_cast<Obj>(57);
|
||||
obj->subID = 0;
|
||||
placeObject(gen, obj, tile);
|
||||
}
|
||||
|
Reference in New Issue
Block a user