disallow stacking polymorphs by default (#9845)

Co-authored-by: Kara <lunarautomaton6@gmail.com>
This commit is contained in:
Nemanja
2022-08-07 21:34:20 -04:00
committed by GitHub
parent b8045c3f29
commit 1783dd82e7
3 changed files with 13 additions and 4 deletions

View File

@@ -88,6 +88,9 @@ namespace Content.Shared.Polymorph
/// </summary>
[DataField("revertOnDeath", serverOnly: true)]
public bool RevertOnDeath = true;
[DataField("allowRepeatedMorphs", serverOnly: true)]
public bool AllowRepeatedMorphs = false;
}
public enum PolymorphInventoryChange : byte