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

View File

@@ -1446,7 +1446,7 @@
var/customname = input(src.owner, "Pick a title for the report", "Title") as text|null
for(var/obj/machinery/faxmachine/F in world)
for(var/obj/machinery/faxmachine/F in machines)
if(! (F.stat & (BROKEN|NOPOWER) ) )
var/obj/item/weapon/paper/P = new /obj/item/weapon/paper( F.loc )
P.name = "[command_name()]- [customname]"