Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add InstantlyRepairsProperties #20980

Merged
merged 2 commits into from Aug 1, 2023
Merged

Add InstantlyRepairsProperties #20980

merged 2 commits into from Aug 1, 2023

Conversation

dnqbob
Copy link
Contributor

@dnqbob dnqbob commented Jul 28, 2023

Useful on tower defence game.


[ScriptActorPropertyActivity]
[Desc("Repair the target actor instantly.")]
public void InstantlyRepairs(Actor target)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public void InstantlyRepairs(Actor target)
public void InstantlyRepair(Actor target)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

}

[ScriptActorPropertyActivity]
[Desc("Repair the target actor instantly.")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[Desc("Repair the target actor instantly.")]
[Desc("Enter the target actor to repair it instantly.")]

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@dnqbob
Copy link
Contributor Author

dnqbob commented Aug 1, 2023

Is it OK now? @abcdefg30

@abcdefg30 abcdefg30 merged commit 2ac85ac into OpenRA:bleed Aug 1, 2023
3 checks passed
@abcdefg30
Copy link
Member

Changelog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants