Skip to content

Add InstantlyRepairsProperties - #20980

Merged
abcdefg30 merged 2 commits into
OpenRA:bleedfrom
dnqbob:ir-prop
Aug 1, 2023
Merged

Add InstantlyRepairsProperties#20980
abcdefg30 merged 2 commits into
OpenRA:bleedfrom
dnqbob:ir-prop

Conversation

@dnqbob

@dnqbob dnqbob commented Jul 28, 2023

Copy link
Copy Markdown
Contributor

Useful on tower defence game.


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

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

fixed

@dnqbob

dnqbob commented Aug 1, 2023

Copy link
Copy Markdown
Contributor Author

Is it OK now? @abcdefg30

@abcdefg30
abcdefg30 merged commit 2ac85ac into OpenRA:bleed Aug 1, 2023
@abcdefg30

Copy link
Copy Markdown
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.

2 participants