mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00: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:
committed by
Chompstation Bot
parent
9e2af79bc3
commit
24a9d22855
@@ -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