Skip to content

Commit

Permalink
remove datafields that don't exist anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed Jan 28, 2024
1 parent 4ad9f73 commit 9ab6799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Content.Shared/Humanoid/Prototypes/SpeciesPrototype.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,19 +126,19 @@ public sealed partial class SpeciesPrototype : IPrototype
/// <summary>
/// The minimum height for this species
/// </summary>
[DataField("minHeight")]
[DataField]
public float MinHeight = 0.75f;

/// <summary>
/// The maximum height for this species
/// </summary>
[DataField("maxHeight")]
[DataField]
public float MaxHeight = 1.25f;

/// <summary>
/// The default height for this species
/// </summary>
[DataField("defaultHeight")]
[DataField]
public float DefaultHeight = 1f;
// Parkstation-HeightSlider End
}
Expand Down
2 changes: 0 additions & 2 deletions Resources/Prototypes/Species/dwarf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@
defaultHeight: 0.8
maxHeight: 0.8
# Parkstation-HeightSlider End
scaleHeight: false
scaleWidth: true

0 comments on commit 9ab6799

Please sign in to comment.