-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds Never Wander Flag Adds a flag that will prevent monsters from being picked up in wandering hordes explicitly. Adds the flag to Frog Mother and the collapsed tower monsters that were valid for hordes. * Remove never wander from frog mother After discussing with Korg on discord, I’m letting frog mothers still wander. I’ll make a new PR in the morning that adds a new lower level frog zombie and have giant and mutant bullfrogs evolve into it to push frog mother later game. * Removed jabberwock explicit check Removed the explicit check for jabberwock as they're not zombies, so they won't be picked up anyways. went ahead and gave them the flag, however, in case anyone ever reworks hordes. * clang tidy yelled at me removed the unused variable for jabberwock
- Loading branch information
Showing
6 changed files
with
7 additions
and
8 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
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
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
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
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
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