Skip to content

Commit 4d587a8

Browse files
2 parents 9bbf264 + 86fb6ff commit 4d587a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Code/MethodSystem/Methods/PickupMethods/CreateGrenadeMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class CreateGrenadeMethod : ReferenceReturningMethod<Projectile>, IAdditi
1919
public string AdditionalDescription =>
2020
"To spawn SCP-018, SCP-2176 or the grenades' unactivated versions, use the Pickup method. " +
2121
"IMPORTANT: Northwood had a very bright idea of making the grenades not damage people when " +
22-
"not provided with an attacker. In order to have the granades kill anyone, you HAVE to provide an attacker. " +
22+
"not provided with an attacker. In order to have the grenades kill anyone, you HAVE to provide an attacker. " +
2323
"We know this is stupid, but for now we can't do anything about it.";
2424

2525
public override Argument[] ExpectedArguments { get; } =

Code/Plugin/MainPlugin.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public enum Contribution : ushort
5151
[
5252
new(Instance.Author, Contribution.LeadDeveloper, "76561198361176072@steam"),
5353
new("Whitty985playz", Contribution.QualityAssurance | Contribution.EarlyAdopter),
54-
new("Tosoks67", Contribution.Developer | Contribution.Betatester),
54+
new("Tosoks67", Contribution.Developer | Contribution.Betatester, "76561199175834203@steam"),
5555
new("Krzysiu Wojownik", Contribution.QualityAssurance | Contribution.Developer),
5656
new("Jraylor", Contribution.Sponsor),
5757
new("Luke", Contribution.Sponsor | Contribution.Betatester),
@@ -160,4 +160,4 @@ private void OnJoined(PlayerJoinedEventArgs ev)
160160
.Spaceify()} *";
161161
});
162162
}
163-
}
163+
}

0 commit comments

Comments
 (0)