Autowalker now will grab healing when they need it and can grab it.

This commit is contained in:
Zed A. Shaw 2025-09-06 00:02:42 -04:00
parent 29ab9721af
commit ed33a36bca
3 changed files with 16 additions and 4 deletions

View file

@ -65,6 +65,18 @@
"no_more_items": true
}
},
{
"name": "find_healing",
"cost": 5,
"needs": {
"have_healing": false,
"in_combat": false,
"health_good": false
},
"effects": {
"health_good": true
}
},
{
"name": "use_healing",
"cost": 0,