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.