The Newest Furry Race [Skeletons] (#7825)

Co-authored-by: Moony <moonheart08@users.noreply.github.com>
Co-authored-by: Kara <lunarautomaton6@gmail.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
EmoGarbage404
2022-05-12 19:35:55 -04:00
committed by GitHub
parent 3467a83d97
commit 075eb0d982
36 changed files with 1093 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using Content.Shared.Body.Components;
using Robust.Shared.Serialization;
@@ -14,6 +14,6 @@ namespace Content.Shared.Body.Part
Universal = 0,
Biological,
Mechanical,
Slime
Slime,
}
}