[Embers 1.0.3] Krimbul digging problem
Posted: Sat Jul 02, 2016 10:23 pm
Tiles in Krimbul territory are diggable, except nothing happens when you try.
The issue is that in general\grids\manacave.lua:186 we have
instead of
The issue is that in general\grids\manacave.lua:186 we have
Code: Select all
dig = "FLOOR",
Code: Select all
dig = "MANACAVE_GROUND",