Merge pull request #9898 from VOREStation/upstream-merge-7964

[MIRROR] Taking cell out of a standing drill now attempts to put it in your hands.
This commit is contained in:
Novacat
2021-03-10 14:29:28 -05:00
committed by Chompstation Bot
parent 9e2af79bc3
commit 24a9d22855

View File

@@ -194,7 +194,7 @@
if (panel_open && cell && user.Adjacent(src))
to_chat(user, "You take out \the [cell].")
cell.forceMove(get_turf(user))
user.put_in_hands(cell)
component_parts -= cell
cell = null
return