Well, I already fixed that for Embers via Ruined Cave Floor Sort, and this storage room is rectangular, which avoids a lot of the problems I had in that case, and thus it was both easier and harder than I feared to whip up a new addon, Fearscape Vault Floor Sort. We knock out the inner walls for more room,
 and drops sort by type automatically (right to left, since the door is on the west wall).
 and drops sort by type automatically (right to left, since the door is on the west wall).[And no, obviously this one isn't going into ZOmnibus…
 ]
 ][Implementation notes:]
Code: Select all
Hooks:
  ToME:load [to install our floor-sorting function]
  MapGeneratorStatic:subgenRegister [to remove walls in Fearscape vault]
  Zone:create [to add floor sorting to vault floor grids]