World loop removed successfully

This commit is contained in:
Kilakk
2013-09-16 17:12:36 -04:00
parent 6c4644664e
commit e1192fea75
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -14,6 +14,9 @@
var/obj/item/weapon/paper/tofax = null // what we're sending to central
var/sendcooldown = 0 // to avoid spamming fax messages
/obj/machinery/faxmachine/process()
return 0
/obj/machinery/faxmachine/attack_ai(mob/user as mob)
return attack_hand(user)