From 96a04d271a00b4265f19ddcf12991d7544400482 Mon Sep 17 00:00:00 2001 From: Swept Date: Wed, 9 Sep 2020 20:18:22 +0000 Subject: [PATCH] Fixes typo in AtmosPlaqueComponent.cs comment (#2054) --- Content.Server/GameObjects/Components/AtmosPlaqueComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/GameObjects/Components/AtmosPlaqueComponent.cs b/Content.Server/GameObjects/Components/AtmosPlaqueComponent.cs index e372c4c5f4..7b4112d8a1 100644 --- a/Content.Server/GameObjects/Components/AtmosPlaqueComponent.cs +++ b/Content.Server/GameObjects/Components/AtmosPlaqueComponent.cs @@ -29,7 +29,7 @@ namespace Content.Server.GameObjects.Components { var random = IoCManager.Resolve(); 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