Skip to content

Fix: no longer displays skill wait time when it's zero seconds.#1

Open
markscho wants to merge 1 commit intoRanvierMUD:masterfrom
markscho:master
Open

Fix: no longer displays skill wait time when it's zero seconds.#1
markscho wants to merge 1 commit intoRanvierMUD:masterfrom
markscho:master

Conversation

@markscho
Copy link

@markscho markscho commented Feb 2, 2019

Currently, when you use a skill or cast a spell, it's added to the queue with a lag time, which helps determine when it will be performed. However, if the skill/spell is the first in the queue, the lag is ignored, and the skill/spell is immediately cast. Yet the game still prints out messages like:
Executing 'cast Fireball' in 0.0 seconds.
This change prevents this "Executing" info from being displayed when the lag time is zero.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant