Dehardcode the monk minetown food shop conversion

Instead of trying to figure out in core whether to change a minetown
food shop to health food shop for monks, just figure it out in the
minetown level creation script.
This commit is contained in:
Pasi Kallinen
2020-04-16 21:01:24 +03:00
parent 10a89a529c
commit 7c44e06ab1
9 changed files with 17 additions and 16 deletions

View File

@@ -101,7 +101,7 @@ des.region({ region={59, 9, 67,10}, lit=1, type="shop", prefilled=0 })
des.door("closed",66,08)
des.region({ region={57,13, 60,15}, lit=1, type="tool shop", prefilled=0 })
des.door("closed",56,14)
des.region({ region={05,09, 08,10}, lit=1, type="food shop", prefilled=0 })
des.region({ region={05,09, 08,10}, lit=1, type=monkfoodshop(), prefilled=0 })
des.door("closed",07,11)
-- Gnome homes
des.door("closed",04,14)