Merge pull request #3395 from Crazylemon64/snoopy_ghosts

Ghosts can now see additional machines
This commit is contained in:
Fox McCloud
2016-01-26 20:18:50 -05:00
2 changed files with 10 additions and 0 deletions
@@ -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