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
committed by ZomgPonies
parent f7b516a5ab
commit 5a8aada05d
@@ -318,10 +318,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