Skip to content

Commit 0416aa1

Browse files
committed
number tweaks
1 parent b8b0471 commit 0416aa1

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Content.Shared/Humanoid/Prototypes/SpeciesPrototype.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public sealed partial class SpeciesPrototype : IPrototype
167167
/// You cannot fit in our cloning pods.
168168
/// </summary>
169169
[DataField]
170-
public float MaxHeight = 1.1f;
170+
public float MaxHeight = 1.15f;
171171

172172
/// <summary>
173173
/// The normal height for this species.

Resources/Prototypes/Species/dwarf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
dollPrototype: MobDwarfDummy
99
skinColoration: HumanToned
1010
customName: true # Starlight start
11-
minWidth: 1.2
12-
defaultWidth: 1.2
11+
minWidth: 1.25
12+
defaultWidth: 1.25
1313
maxWidth: 1.5
1414
minHeight: 0.8
1515
defaultHeight: 0.8

Resources/Prototypes/_StarLight/Species/cyclorite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
customName: true
1515
minHeight: 0.9
1616
defaultHeight: 1
17-
maxHeight: 1.15
17+
maxHeight: 1.2
1818
standardSize: 170
1919
standardWeight: 100
2020
standardDensity: 110

Resources/Prototypes/_StarLight/Species/vulpkanin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
customName: true
1414
minHeight: 0.9
1515
defaultHeight: 1
16-
maxHeight: 1.15
16+
maxHeight: 1.2
1717
standardSize: 170
1818
standardWeight: 75
1919
standardDensity: 110

0 commit comments

Comments
 (0)