Melting molds (#347)

* temp tweak

* add metall bars

* melting molds

* add sawing molds table

* sawing sounds

* fix
This commit is contained in:
Ed
2024-07-23 10:29:41 +03:00
committed by GitHub
parent fee5cc25ce
commit 9f1b4fc51c
64 changed files with 583 additions and 66 deletions

View File

@@ -137,7 +137,7 @@ public sealed class CP14WorkbenchSystem : SharedCP14WorkbenchSystem
};
_doAfter.TryStartDoAfter(doAfterArgs);
_audio.PlayPvs(recipe.CraftSound, workbench);
_audio.PlayPvs(recipe.OverrideCraftSound ?? workbench.Comp.CraftSound, workbench);
}
private List<CP14WorkbenchRecipePrototype> GetPossibleCrafts(Entity<CP14WorkbenchComponent> workbench, HashSet<EntityUid> ingrediEnts)