mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fix ghosts fucking with Fax machines. (Redmine #50)
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user