mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user