Fix incorrect proc path in code/game/machinery/teleporter.dm

This commit is contained in:
Fira
2015-01-01 18:53:31 +00:00
parent 81d545d406
commit 200358d592

View File

@@ -10,7 +10,7 @@
//Setting this to 1 will set src.locked to null after a player enters the portal and will not allow hand-teles to open portals to that location.
/* Ghosts can't use this */
/obj/machinery/computer/attack_ghost(user as mob)
/obj/machinery/computer/teleporter/attack_ghost(user as mob)
return 1
/obj/machinery/computer/teleporter/New()