Fixes typo in AtmosPlaqueComponent.cs comment (#2054)

This commit is contained in:
Swept
2020-09-09 20:18:22 +00:00
committed by GitHub
parent 39199ad94f
commit 96a04d271a

View File

@@ -29,7 +29,7 @@ namespace Content.Server.GameObjects.Components
{
var random = IoCManager.Resolve<IRobustRandom>();
var rand = random.Next(100);
// Let's not pad ourselves on the back too hard.
// Let's not pat ourselves on the back too hard.
// 1% chance of zumos
if (rand == 0) Type = PlaqueType.Zumos;
// 9% FEA