kill machine parts + migrate machine part spawners to salvage loot spawner (#23752)
* kill machine parts * guidebook and artifact effect * worst test ive ever seen in my life * nuke test
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
namespace Content.IntegrationTests.Tests.Interaction;
|
||||
|
||||
// This partial class contains various constant prototype IDs common to interaction tests.
|
||||
@@ -28,12 +27,8 @@ public abstract partial class InteractionTest
|
||||
|
||||
// Parts
|
||||
protected const string Bin1 = "MatterBinStockPart";
|
||||
protected const string Bin4 = "BluespaceMatterBinStockPart";
|
||||
protected const string Cap1 = "CapacitorStockPart";
|
||||
protected const string Cap4 = "QuadraticCapacitorStockPart";
|
||||
protected const string Manipulator1 = "MicroManipulatorStockPart";
|
||||
protected const string Manipulator4 = "FemtoManipulatorStockPart";
|
||||
protected const string Battery1 = "PowerCellSmall";
|
||||
protected const string Battery4 = "PowerCellHyper";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user