Merge pull request #7964 from Shadow-Quill/Cell-Fixing

Taking cell out of a standing drill now attempts to put it in your hands.
This commit is contained in:
Atermonera
2021-03-10 10:18:52 -09:00
committed by VirgoBot
parent 5b249903d4
commit 6db2020015
+1 -1
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