Ghosts can now see the contents of smartfridges

This commit is contained in:
Crazylemon64
2016-01-25 10:39:14 -08:00
parent 9fdc7d33bf
commit d71e807fa4
@@ -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