From d71e807fa4dae71c2f769226451c0cfebfdcae3e Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Mon, 25 Jan 2016 10:39:14 -0800 Subject: [PATCH] Ghosts can now see the contents of smartfridges --- code/game/machinery/kitchen/smartfridge.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/machinery/kitchen/smartfridge.dm b/code/game/machinery/kitchen/smartfridge.dm index fcc683646cd..517b96be864 100644 --- a/code/game/machinery/kitchen/smartfridge.dm +++ b/code/game/machinery/kitchen/smartfridge.dm @@ -249,6 +249,9 @@ /obj/machinery/smartfridge/attack_ai(mob/user as mob) return 0 +/obj/machinery/smartfridge/attack_ghost(mob/user as mob) + return src.attack_hand(user) + /obj/machinery/smartfridge/attack_hand(mob/user as mob) if(stat & (NOPOWER|BROKEN)) return