Skip to content

Commit

Permalink
Add mcc scoring type to unit
Browse files Browse the repository at this point in the history
  • Loading branch information
ShellyHerself committed Mar 12, 2021
1 parent f814d54 commit 59225af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reclaimer/hek/defs/actv.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
dependency("actor_definition", "actr"),
dependency("unit", valid_units),
dependency("major_variant", "actv"),
SEnum16("mcc_actor_type", TOOLTIP="Used to determine score in MCC", *mcc_actor_types),
SEnum16("mcc_scoring_type", TOOLTIP="Used to determine score in MCC", *mcc_actor_types),


#Movement switching
Expand Down
5 changes: 4 additions & 1 deletion reclaimer/hek/defs/unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,10 @@ def get():
),
Pad(2),

Pad(12), # open sauce unit extension padding
Struct("mcc_additions", # replaced with opensauce unit extension in os_v4
SEnum16("mcc_scoring_type", TOOLTIP="Used to determine score in MCC", *mcc_actor_types),
Pad(10),
),
reflexive("new_hud_interfaces", new_hud_interface, 2,
'default/solo', 'multiplayer'),
reflexive("dialogue_variants", dialogue_variant, 16,
Expand Down

0 comments on commit 59225af

Please sign in to comment.