Fix ghosts fucking with Fax machines. (Redmine #50)

This commit is contained in:
Rob Nelson
2014-01-30 20:28:55 -08:00
parent ea1bd1b2c4
commit 05a3b741bd

View File

@@ -33,6 +33,10 @@ var/list/alldepartments = list("Central Command")
/obj/machinery/faxmachine/process() /obj/machinery/faxmachine/process()
return 0 return 0
/obj/machinery/faxmachine/attack_ghost(mob/user as mob)
usr << "\red Nope."
return 0
/obj/machinery/faxmachine/attack_ai(mob/user as mob) /obj/machinery/faxmachine/attack_ai(mob/user as mob)
return attack_hand(user) return attack_hand(user)