Fixes photocopiers being unable to copy more than 2 items at a time.
This commit is contained in:
Lohikar
2017-01-10 18:01:33 +02:00
committed by skull132
parent 9d2bf7fd6a
commit a6f87cbde3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
if (istype(copyitem, /obj/item/weapon/paper))
copy(copyitem)
sleep(15)
sleep(20)
else if (istype(copyitem, /obj/item/weapon/photo))
photocopy(copyitem)
sleep(15)