diff --git a/ArcFormats/Artemis/ArcPFS.cs b/ArcFormats/Artemis/ArcPFS.cs index e1b5d0c1..aa565504 100644 --- a/ArcFormats/Artemis/ArcPFS.cs +++ b/ArcFormats/Artemis/ArcPFS.cs @@ -42,7 +42,7 @@ namespace GameRes.Formats.Artemis public PfsOpener () { - Extensions = new string[] { "pfs", "000", "001", "002", "003", "004", "005" }; + Extensions = new string[] { "pfs", "000", "001", "002", "003", "004", "005", "010" }; ContainedFormats = new string[] { "PNG", "JPEG", "IPT", "OGG", "TXT", "SCR" }; Settings = new[] { PfsEncoding }; }