1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 14:35:45 +00:00

Mise en forme monsters hd

This commit is contained in:
Yan Maniez 2018-07-05 14:09:10 +02:00
parent 0d8dfe8780
commit 4d55ee953c
2 changed files with 2047 additions and 2070 deletions

View file

@ -256,6 +256,7 @@ namespace AideDeJeu.Tools
case "Actions":
features = actions = new List<string>();
break;
case "Réaction":
case "Réactions":
features = reactions = new List<string>();
break;
@ -263,6 +264,9 @@ namespace AideDeJeu.Tools
case "Legendary Actions":
features = legendaryActions = new List<string>();
break;
default:
App.Current.MainPage.DisplayAlert("Erreur de parsing", headingBlock.Inline.ToMarkdownString(), "OK");
break;
}
}
}

File diff suppressed because it is too large Load diff