Skip to content

Commit 14c9855

Browse files
committed
feat: fix "add-careerfeature action->CareerFeatureData"
1 parent e244200 commit 14c9855

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

contributes/meta3d-action-mod-career-add-careerfeature/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meta3d-action-mod-career-add-careerfeature",
3-
"version": "1.3.24",
3+
"version": "1.3.25",
44
"publisher": "meta3d",
55
"protocol": {
66
"name": "meta3d-action-mod-career-add-careerfeature-protocol"

contributes/meta3d-action-mod-career-add-careerfeature/src/CareerFeatureData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ export let getData = (api): Array<careerFeature> => {
714714
},
715715
{
716716
name: careerFeatureName.ControlledUnitCanAttack,
717-
positive: true,
717+
positive: false,
718718
characterType: characterType.Giantess,
719719
valueCount: 0,
720720
getDescriptionFunc: (language, name) => {

doc/1.3.1.org

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,6 +1108,9 @@ en
11081108

11091109
* DONE update website->editor url
11101110

1111+
* DONE control unit can attack should be negative
1112+
1113+
11111114

11121115
# * TODO update game Mod to use Editor
11131116

0 commit comments

Comments
 (0)