statuseffect setvalue, new diving suit sprite & character slowdown, welded door sprite

This commit is contained in:
Regalis
2015-09-26 00:41:43 +03:00
parent 53e729ea11
commit da00b083ed
21 changed files with 137 additions and 57 deletions
+2
View File
@@ -76,6 +76,8 @@ namespace Subsurface
element.Add(
new XAttribute("name", JoinedNames),
new XAttribute("type", type.ToString()));
if (!string.IsNullOrWhiteSpace("msg")) element.Add(new XAttribute("msg", Msg));
}
public static RelatedItem Load(XElement element)