clean up and local patch (#185)

* locales pack

* more fix and tweaks and locales

* more locale

* fix 0.5

* Update biological.yml
This commit is contained in:
Ed
2024-05-29 01:32:48 +03:00
committed by GitHub
parent 496c7638c0
commit f0fa3af1ab
14 changed files with 248 additions and 117 deletions

View File

@@ -351,6 +351,9 @@ 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.