1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 23:16:09 +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": case "Actions":
features = actions = new List<string>(); features = actions = new List<string>();
break; break;
case "Réaction":
case "Réactions": case "Réactions":
features = reactions = new List<string>(); features = reactions = new List<string>();
break; break;
@ -263,6 +264,9 @@ namespace AideDeJeu.Tools
case "Legendary Actions": case "Legendary Actions":
features = legendaryActions = new List<string>(); features = legendaryActions = new List<string>();
break; break;
default:
App.Current.MainPage.DisplayAlert("Erreur de parsing", headingBlock.Inline.ToMarkdownString(), "OK");
break;
} }
} }
} }

File diff suppressed because it is too large Load diff