supports_direction on prototypes returning true unintuitively
Posted: Thu Jul 14, 2022 4:48 pm
Stone furnace entities don't support direction:
Returns False. However, the stone furnace prototype does support direction:
returns True.
This seems to be the case for many prototypes, and I'm wondering if this is a bug, or intentional.
Code: Select all
/c game.player.print(game.player.selected.supports_direction)
Code: Select all
/c game.player.print(game.player.selected.prototype.supports_direction)
This seems to be the case for many prototypes, and I'm wondering if this is a bug, or intentional.