ECS dragdrop (#12973)
* ECS dragdrop No more excuses. * AAAAAAAAAAAAAA * kry * events * aaaaaaaaaa * HUH * Fix stripping * aaaaaa * spoike * asease * fix table vaulting * ded * rebiew * aaaaaaaaaaaaa * drag * aeaeae * weh
This commit is contained in:
@@ -228,7 +228,7 @@ namespace Content.Server.Medical.BiomassReclaimer
|
||||
{
|
||||
component.BloodReagent = stream.BloodReagent;
|
||||
}
|
||||
if (TryComp<SharedButcherableComponent>(toProcess, out var butcherableComponent))
|
||||
if (TryComp<ButcherableComponent>(toProcess, out var butcherableComponent))
|
||||
{
|
||||
component.SpawnedEntities = butcherableComponent.SpawnedEntities;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user