This commit is contained in:
Yoshax
2016-05-19 22:45:04 +01:00
parent 304bf6062c
commit 3c3901ddd8
+1 -1
View File
@@ -161,7 +161,7 @@
/obj/machinery/mining/drill/attack_hand(mob/user as mob)
check_supports()
if (panel_open && cell)
if (panel_open && cell && user.Adjacent(src))
user << "You take out \the [cell]."
cell.loc = get_turf(user)
component_parts -= cell