Minor slippery stuff (#20535)
This commit is contained in:
@@ -103,14 +103,6 @@ public sealed class SlipperySystem : EntitySystem
|
||||
_adminLogger.Add(LogType.Slip, LogImpact.Low,
|
||||
$"{ToPrettyString(other):mob} slipped on collision with {ToPrettyString(uid):entity}");
|
||||
}
|
||||
|
||||
public void CopyConstruct(EntityUid destUid, SlipperyComponent srcSlip)
|
||||
{
|
||||
var destEvaporation = EntityManager.EnsureComponent<SlipperyComponent>(destUid);
|
||||
destEvaporation.SlipSound = srcSlip.SlipSound;
|
||||
destEvaporation.ParalyzeTime = srcSlip.ParalyzeTime;
|
||||
destEvaporation.LaunchForwardsMultiplier = srcSlip.LaunchForwardsMultiplier;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user