radoc tidy
This commit is contained in:
@@ -14,9 +14,9 @@ using OpenRA.FileFormats;
|
||||
|
||||
namespace OpenRA.Mods.RA
|
||||
{
|
||||
[Desc("Give the unit a \"heal-weapon\".\n" +
|
||||
"\t# It conflicts with any other weapon or Attack*: trait because it will hurt friendlies during the\n" +
|
||||
"\t# heal process then. It also won't work with buildings (use RepairsUnits: for them).")]
|
||||
[Desc("Give the unit a \"heal-weapon\".",
|
||||
"It conflicts with any other weapon or Attack*: trait because it will hurt friendlies during the",
|
||||
"heal process then. It also won't work with buildings (use RepairsUnits: for them)")]
|
||||
public class AttackMedicInfo : AttackFrontalInfo
|
||||
{
|
||||
public override object Create( ActorInitializer init ) { return new AttackMedic( init.self, this ); }
|
||||
|
||||
Reference in New Issue
Block a user