Humanoid skill config and AI skill check

updated axe skill with correct icons
This commit is contained in:
jiminycrick
2021-01-08 12:53:52 -08:00
committed by Sam
parent acbd965e65
commit 3d44ac2c35
17 changed files with 669 additions and 68 deletions

View File

@ -482,7 +482,8 @@ pub fn handle_ability3_input(data: &JoinData, update: &mut StateUpdate) {
ItemKind::Tool(tool) => Some(tool.kind),
_ => None,
};
i.item_config_expect().ability3
i.item_config_expect()
.ability3
.as_ref()
.and_then(|s| match tool {
Some(ToolKind::Sword)