Supermario1313

Results 2 issues of Supermario1313

`type(...)` is now compatible with luabind classes like `Level`, `Path` or `Scenery`. Example using the following Lua code in `map.lua`: ```lua function onDraw() Text.print(type(Level.get()[1]), 66, 130) end ``` Before: ![2022-02-27_02_58_07](https://user-images.githubusercontent.com/12142048/156020263-f38df040-09a0-49fe-aac8-9165c9db07e1.png)...

Pretty self explanatory, dropped reserve items no longer have their height hardcoded to 32, it is instead set to the `height` NPC config field. ![2025-04-05_04_29_28](https://github.com/user-attachments/assets/2515cc7b-dff9-40f5-99a1-fa6ac6e985de)