Files
OldThink/Content.Shared/_Amour/CustomHeight/CustomHeightComponent.cs
Cinkafox 95054e072a Fixes (#73)
* - fix: Genitals sprite shit and meow for tajaran

* - add: fart sound if kicked from server

* - tweak: vulpies and tajaran now for donaters!!!

* - fix: Fart on exit

* - add: roleplay think

* - fix: database shit and loc

* - add: ears for slime

* - fix: LOC interaction fix

* - add: height setting

* - fix: height for felinids

* - fix: nigga fix

* - fix: no bitches on captain

* - fix: interaction panel animation shit
2024-03-11 11:13:33 +03:00

15 lines
322 B
C#

namespace Content.Shared._Amour.CustomHeight;
[RegisterComponent]
public sealed partial class CustomHeightComponent : Component
{
[DataField]
public float Min = 0.89f;
[DataField]
public float Max = 1.1f;
[DataField]
public float Starting = 1f;
[DataField]
public bool Random = true;
}