Lyle-Tafoya / Omega

My C++ fork of the 1987 roguelike "Omega"
GNU General Public License v3.0
29 stars 3 forks source link

Targeting commands should auto-select closest valid target #34

Open Lyle-Tafoya opened 8 months ago

Lyle-Tafoya commented 8 months ago

When using a command that accepts a target such as when a weapon is thrown or a spell is casted, the cursor should automatically be moved on top of the closest valid target. Maybe we can even have commands to cycle between valid targets.