Skip to content

Commit

Permalink
AI: FIX: forbid: Wooden Sledge + Wooden Box since Ai seems to use thi…
Browse files Browse the repository at this point in the history
…s tranistion for making kindling but why?
  • Loading branch information
Arcurus committed Jan 17, 2024
1 parent fb0669f commit 6b6c7d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openlife/settings/ServerSettings.hx
Original file line number Diff line number Diff line change
Expand Up @@ -3431,6 +3431,10 @@ class ServerSettings {
var trans = transitions.getTransition(0, 2243);
trans.aiShouldIgnore = true;

// Wooden Sledge 471 + Wooden Box 434 // Ai seems to use this tranistion for making kindling but why?
var trans = transitions.getTransition(471, 434);
trans.aiShouldIgnore = true;

// Bowl with Corn Kernels 1247 + Bucket of Corn 4110 (untill circular crafting is fixed)
// var trans = transitions.getTransition(1247, 4110);
// trans.aiShouldIgnore = true;
Expand Down
Binary file modified server.hl
Binary file not shown.

0 comments on commit 6b6c7d9

Please sign in to comment.