Skip to content

Commit

Permalink
Merge pull request #34 from dallmeyer/no-drill-lurkers
Browse files Browse the repository at this point in the history
disable drilling lurkers since they can cause hardlock
  • Loading branch information
Zedb0T authored Sep 14, 2022
2 parents f0aa8f5 + 0c8704e commit 23b7761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/goal_src/jak1/dgos/mai.gd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
("baby-spider-ag.go" "baby-spider")
("cavetrapdoor-ag.go" "cavetrapdoor")
("dark-crystal-ag.go" "dark-crystal")
("driller-lurker-ag.go" "driller-lurker")
;; ("driller-lurker-ag.go" "driller-lurker")
("ecovalve-ag.go" "ecovalve")
("gnawer-ag.go" "gnawer")
("launcherdoor-maincave-ag.go" "launcherdoor-maincave")
Expand Down
2 changes: 1 addition & 1 deletion data/goal_src/jak1/dgos/rob.gd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
("caveelevator-ag.go" "caveelevator")
("cavespatulatwo-ag.go" "cavespatulatwo")
("cavetrapdoor-ag.go" "cavetrapdoor")
("driller-lurker-ag.go" "driller-lurker")
;; ("driller-lurker-ag.go" "driller-lurker")
("ecovalve-ag.go" "ecovalve")
("plat-ag.go" "plat")
("plat-eco-ag.go" "plat-eco")
Expand Down

0 comments on commit 23b7761

Please sign in to comment.