-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Lock the HUD down when in vampire lord form (#109)
This fixes #100 : handle being a vampire lord more gracefully. Added two new checks to the player conveniences: `isVampireLord()` and `isWerewolf()`. These check the player's race and return true if appropriate. Put the vampire lord check to work in deciding if we should respond to keystrokes at all. This effectively locks the HUD out. The HUD cannot do anything useful for vampire lords, because they are restricted to a tiny handful of spells and powers, all of which must be selected from the favorites menu. While testing this work, observed some things with vampire spells that could be better. This resulted in some new icons, some color selection reworks, and a bit of code cleanup.
- Loading branch information
Showing
21 changed files
with
413 additions
and
279 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.