wordbots / wordbots-core

Client-side code for Wordbots, the card game where YOU make the cards.
http://wordbots.io
MIT License
22 stars 4 forks source link

"Adjacent empty tile" relative to ability user, while "Adjacent tile" relative to target #1905

Open Zergla opened 6 months ago

Zergla commented 6 months ago

When moving a robot to an adjacent tile, specifying the tile to be empty change the meaning of adjacent to what.

An example, because it depends on context: Activate: move all robots on a random adjacent tile. Activate: move all robots on a random adjacent empty tile. same problem occur without random. Robot on top have the abilities, other robots are there to demonstrate. image Using the top ability will result in all robot moving a tile based on their position image Using the bottom ability will result in all robot moving adjacent to the caster image

Zergla commented 6 months ago

This glitch seem to be related to https://github.com/wordbots/wordbots-core/issues/1883 and can be used to get rid of it.