Tweaks (#394)
* - tweak: Rev tweaks. * - tweak: Item drop and lying tweaks. * - tweak: No ebow stamina damage. * - tweak: Fun tweaks.
This commit is contained in:
@@ -29,8 +29,8 @@ public sealed class StandingStateSystem : SharedStandingStateSystem
|
||||
: Vector2.Zero;
|
||||
var dropAngle = Random.NextFloat(0.8f, 1.2f);
|
||||
|
||||
var fellEvent = new FellDownEvent(uid);
|
||||
RaiseLocalEvent(uid, fellEvent);
|
||||
// var fellEvent = new FellDownEvent(uid);
|
||||
// RaiseLocalEvent(uid, fellEvent);
|
||||
|
||||
if (!TryComp(uid, out HandsComponent? handsComp))
|
||||
return;
|
||||
@@ -61,4 +61,4 @@ public sealed class StandingStateSystem : SharedStandingStateSystem
|
||||
public sealed class FellDownEvent(EntityUid uid) : EntityEventArgs
|
||||
{
|
||||
public EntityUid Uid { get; } = uid;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user