Hand teleporter and portal fixes. (#32689)

This commit is contained in:
kevinz000
2017-11-14 11:11:20 -08:00
committed by CitadelStationBot
parent 4afc4f5b39
commit eba429f5b1
3 changed files with 17 additions and 5 deletions

View File

@@ -66,10 +66,6 @@
// And here are some good things for free:
// Now you can click through portals, wormholes, gateways, and teleporters while observing. -Sayu
/obj/effect/portal/attack_ghost(mob/user)
if(linked)
user.forceMove(get_turf(linked))
/obj/machinery/gateway/centerstation/attack_ghost(mob/user)
if(awaygate)
user.forceMove(awaygate.loc)