RE-SS3D / SS3D

Space Station 3D, another remake of SS13, but with an extra D.
https://ss3d.space/
249 stars 138 forks source link

Fixed being able to pickup items from any distance. #1443

Closed Necromunger closed 1 month ago

Necromunger commented 1 month ago

Summary

Fixed being able to pick up any item as long as your hands were empty at any range.

Hands being empty immediately returned success on interaction check early in the function.

I simply changed the function to have a list of guards to check and then return success.

PR checklist

Testing