Craft menu translate (#88)

This commit is contained in:
HitPanda
2023-05-23 18:43:53 +03:00
committed by Aviu00
parent 10ea70f905
commit 31f87a6a52
65 changed files with 336 additions and 190 deletions

View File

@@ -17,7 +17,7 @@ public sealed class ModularGrenadeTests : InteractionTest
public async Task AssembleAndDetonateGrenade()
{
await PlaceInHands(Steel, 5);
await CraftItem("ModularGrenadeRecipe");
await CraftItem("ModularGrenade");
Target = SEntMan.GetNetEntity(await FindEntity("ModularGrenade"));
await Drop();