Added insertion blocking to Strap and Foldable components (#6151)
This commit is contained in:
@@ -40,7 +40,7 @@ namespace Content.Server.Foldable
|
||||
if (!Resolve(uid, ref fold))
|
||||
return false;
|
||||
|
||||
// Can't un-fold in hands / inventory
|
||||
// Can't un-fold in any container (locker, hands, inventory, whatever).
|
||||
if (_container.IsEntityInContainer(uid))
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user