Skip to content

Commit

Permalink
Fix typo which prevented adding supports between new characters in FE15
Browse files Browse the repository at this point in the history
  • Loading branch information
thane98 committed Oct 20, 2024
1 parent 727d6b1 commit f2ee789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paragon/core/services/fe15_supports.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def _ensure_effects_exists(self, pid) -> int:
effects_table = self.gd.new_instance(
"SupportEffectData", self.gd.store_number_of(table)
)
self.gd.set_rid(new_effects_table_rid, "conditions", effects_table)
self.gd.set_rid(new_effects_table_rid, "effects", effects_table)
return self._get_support_effects_rid_by_pid(pid)

def _get_supports_effects_by_pid(self, pid) -> List[int]:
Expand Down

0 comments on commit f2ee789

Please sign in to comment.