Skip to content

Commit 0d698b7

Browse files
Update CreateGrenadeMethod.cs
1 parent af6c02e commit 0d698b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Code/MethodSystem/Methods/PickupMethods/CreateGrenadeMethod.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public class CreateGrenadeMethod : ReferenceReturningMethod<Projectile>, IAdditi
2121
public override Argument[] ExpectedArguments { get; } =
2222
[
2323
new OptionsArgument("grenade type",
24-
"GrenadeHE",
25-
"GrenadeFlash"
24+
nameof(ItemType.GrenadeHE),
25+
nameof(ItemType.GrenadeFlash)
2626
),
2727
];
2828

0 commit comments

Comments
 (0)