Skip to content

Commit

Permalink
Belbata: Fewer AI creatures to compensate for weaker skeletons
Browse files Browse the repository at this point in the history
in FX the creatures the AI keepers get are fixed up a lot due to fixing the stat bugs, but the human player often fights with skeletons who do not get any help. Reduced the max creatures of those Keepers to help turtlers out.
  • Loading branch information
Loobinex committed Dec 18, 2024
1 parent 74b55e2 commit 7bc94ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions levels/deepdngn/map00083.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ START_MONEY(PLAYER2,250000)
START_MONEY(PLAYER3,250000)

MAX_CREATURES(PLAYER0,4)
MAX_CREATURES(PLAYER1,25)
MAX_CREATURES(PLAYER2,30)
MAX_CREATURES(PLAYER3,30)
MAX_CREATURES(PLAYER1,23)
MAX_CREATURES(PLAYER2,27)
MAX_CREATURES(PLAYER3,27)

ADD_CREATURE_TO_POOL(SORCEROR,25)
ADD_CREATURE_TO_POOL(BILE_DEMON,50)
Expand Down

0 comments on commit 7bc94ae

Please sign in to comment.