Tsunder / Pardus-Sweetener

A browser extension that enhances the user interface of the online game Pardus
3 stars 3 forks source link

Target tracker does not show if pilot is on same tile as kill mission target #50

Closed Tsunder closed 5 years ago

Tsunder commented 5 years ago

Excpected behaviour: Red dot shows up on target's destinations

Actual Behaviour: An assassinate mission with a location doesn't show the indicator when the player is on top of it -- affects orbiters and non-blocking enemies

Replicate: grab a SM orbiter, take mission to a SM family, fly ontop of SM. take a mission to a non-blocking enemy like a Slave Trader (untested)

Suggested Fix: Include/expand check for user location for mission targets (userloc), as it works for transport missions.

Tsunder commented 5 years ago

Since the element used for the red dot on self is "stdcommand", and there is no standard command when on top a critter, it doens't work -- it's a nav to tile.

making the check for user location matching mission target and stdcommand existing only occur after checking nav

Tsunder commented 5 years ago

introduced in #38