Skip to content

Commit

Permalink
Undead Keeper AI no longer breaks doors
Browse files Browse the repository at this point in the history
Fixes #3318
  • Loading branch information
Loobinex committed Oct 9, 2024
1 parent 123e68d commit f1ac0ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions campgns/undedkpr/map00285.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ REM Made by Duke Ragereaver
REM -------------------------------------------------------------------------------------------------------------------------------------------

COMPUTER_PLAYER(PLAYER3,0)
SET_COMPUTER_EVENT(PLAYER3,"EVENT ENEMY DOOR", 1000, 40, 2500, 2, 0)

REM -------------------------------------------------------------------------------------------------------------------------------------------

Expand Down
4 changes: 3 additions & 1 deletion campgns/undedkpr/map00286.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ REM Computer stuff

COMPUTER_PLAYER(PLAYER1,0)
SET_COMPUTER_CHECKS(PLAYER1,"CHECK FOR QUICK ATTACK",700,70,3000,8,12500)

SET_COMPUTER_EVENT(PLAYER1,"EVENT ENEMY DOOR", 1000, 40, 2500, 2, 0)

SET_COMPUTER_PROCESS(PLAYER1,"ATTACK SAFE ATTACK",-1,100,17,100,0)
SET_COMPUTER_PROCESS(PLAYER1,"ATTACK PLAN 1",-1,100,17,100,0)

SET_COMPUTER_PROCESS(PLAYER1,"BUILD A GRAVEYARD ROOM",0,5,6,11,0)

REM -------------------------------------------------------------------------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions campgns/undedkpr/map00290.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ SET_COMPUTER_CHECKS(PLAYER1,"CHECK FOR QUICK ATTACK",14250,45,4000,5,10000)
SET_COMPUTER_PROCESS(PLAYER1,"ATTACK SAFE ATTACK",-1,100,335,100,0)
SET_COMPUTER_PROCESS(PLAYER1,"ATTACK PLAN 1",-1,100,335,100,0)

SET_COMPUTER_EVENT(PLAYER1,"EVENT ENEMY DOOR", 1000, 45, 2500, 2, 0)

REM -------------------------------------------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit f1ac0ef

Please sign in to comment.