fish-station/Content.Server/Saw/SawComponent.cs
Svinthefirst 091c73129c
Свиноматерь (#928)
* init

* fixes

* fixes

* balance changes

* saw added

* some fixes
facecast added

* sunrise marking fixes
added forgotten not versioned files from last commit

* space

* minor refactoring

* facecast box added
minor fixes

* minor fixes
added forgotten non versioned files from last commit

* balance changes

* merge conflicts resolved

* ftl fixea

* balance changes
2024-12-26 06:40:12 +03:00

14 lines
272 B
C#

using Content.Shared.FixedPoint;
namespace Content.Server.Saw;
[RegisterComponent]
public sealed partial class SawComponent : Component
{
[DataField]
public EntityUid? EatenMind = null;
[DataField]
public FixedPoint2 HungerToThresholdModifier = 1.5;
}