More Alchemy stuff (#184)

* mortar and vat fix

* alchemy playtest preparation

* Update PostMapInitTest.cs

* balance tweak
This commit is contained in:
Ed
2024-05-28 22:07:34 +03:00
committed by GitHub
parent 8c0017f891
commit 496c7638c0
19 changed files with 5634 additions and 38 deletions

View File

@@ -351,9 +351,6 @@ public abstract class SharedStorageSystem : EntitySystem
if (HasComp<PlaceableSurfaceComponent>(uid))
return;
if (HasComp<SolutionContainerManagerComponent>(uid) && !storageComp.CP14CanStorageSolutionManagers) //CP14 bandage
return;
PlayerInsertHeldEntity(uid, args.User, storageComp);
// Always handle it, even if insertion fails.
// We don't want to trigger any AfterInteract logic here.