Skip to content

Commit

Permalink
Made entity_set power type accept a condition field (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
eggohito committed Jan 11, 2024
1 parent ed329b8 commit 6a7503e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ public static PowerFactory createFactory() {
data.get("action_on_remove"),
data.get("tick_rate")
)
);
).allowCondition();
}

}

0 comments on commit 6a7503e

Please sign in to comment.