mirror of
https://github.com/DramaticShape/DramaticShapeVoxelMod.git
synced 2026-08-12 09:10:49 +02:00
cf25f54352
Prints the building models built and the tiles objects claimed. The comment carries the trap it cost me: Buildings.stats() is the module's memoisation cache, global and cumulative for the session, so it reads as "a foreign building stamped here" when nothing of the sort happened. Match template grids offline against maps.lua instead -- and remember a drawing can straddle a map boundary, as the Pokemon Tower's does.