mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-22 04:28:33 +01:00
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:
@@ -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