diff --git a/code/WorkInProgress/kilakk/fax.dm b/code/WorkInProgress/kilakk/fax.dm index 76bcc0baa40..3a33d269417 100644 --- a/code/WorkInProgress/kilakk/fax.dm +++ b/code/WorkInProgress/kilakk/fax.dm @@ -33,6 +33,10 @@ var/list/alldepartments = list("Central Command") /obj/machinery/faxmachine/process() 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) return attack_hand(user)