Skip to content

Commit

Permalink
Merge pull request #86 from sethmachine/patch-hanger-count
Browse files Browse the repository at this point in the history
fix action ID
  • Loading branch information
sethmachine authored Sep 21, 2024
2 parents 6ca5060 + 94585e4 commit eb3565c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class _ModifyUnitHangerActionBase(RichTriggerAction, ABC):

@classmethod
def action_id(cls) -> TriggerActionId:
return TriggerActionId.MODIFY_UNIT_RESOURCE_AMOUNT
return TriggerActionId.MODIFY_UNIT_HANGER_COUNT

@property
def group(self) -> PlayerId:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Decode modify unit energy action."""
"""Decode modify unit hanger count action."""

from ......model.chk.trig.decoded_trigger_action import DecodedTriggerAction
from ......model.richchk.mrgn.rich_location import RichLocation
Expand Down

0 comments on commit eb3565c

Please sign in to comment.