Skip to content

Commit

Permalink
Fix undead meat fiend strategy not building anything for first few mi…
Browse files Browse the repository at this point in the history
…nutes
  • Loading branch information
SMUnlimited committed Jun 6, 2024
1 parent abe5dd2 commit 4deb872
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## Unreleased

### Fixed
- Fixed an issue where the undead meat fiend strategy hero wasn't built first which blocked anything from building for the first minute.

## [3.3.5] - 2024-06-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion REFORGED/Undead/BuildSequence.ai
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ else

call BuildUnit(6, GHOUL, 90)
call BuildUnit(8, CRYPT_FIEND, 40)
call BuildUnit(1, hero[1], 15)
call BuildUnit(1, hero[1], 150)
call BuildUnit(1, NECROPOLIS_2, 50)


Expand Down

0 comments on commit 4deb872

Please sign in to comment.