Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
akayi07 authored and akayi07 committed Jun 16, 2023
1 parent 363ee19 commit e21cbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gameplay/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ impl Status {
currency: 10,
context: None,
}
}
}
pub fn act(&mut self, acttype: ActionType, rules: &RuleEngine) -> Vec<Choice> {
let choices = rules.pick_rule(self, acttype);
self.context = Some(choices.clone());
Expand Down

0 comments on commit e21cbaa

Please sign in to comment.