Skip to content

Commit

Permalink
enable function pack for inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Jun 3, 2024
1 parent 286eb24 commit d18113b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compile/modifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ impl Compiler {
}
Ok(Some(new))
}
Modifier::Primitive(Primitive::Rows) => {
Modifier::Primitive(Primitive::Rows | Primitive::Inventory) => {
let mut branches = pack.branches.into_iter();
let mut new = Modified {
modifier: modifier.clone(),
Expand Down

0 comments on commit d18113b

Please sign in to comment.