disallow stacking polymorphs by default (#9845)
Co-authored-by: Kara <lunarautomaton6@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user