Fixes bug with drone Bump() check

They can now use teleporters, hand tele portals and the disposals chute.
This commit is contained in:
Zuhayr
2014-07-18 19:13:24 +09:30
parent 73d3883da3
commit 9401dcf13c
@@ -317,10 +317,10 @@
if (!yes || ( \
!istype(AM,/obj/machinery/door) && \
!istype(AM,/obj/machinery/recharge_station) && \
!istype(AM,/obj/machinery/disposal/deliveryChute && \
!istype(AM,/obj/machinery/disposal/deliveryChute) && \
!istype(AM,/obj/machinery/teleport/hub) && \
!istype(AM,/obj/effect/portal)
))) return
)) return
..()
return