Added a delay to vent crawling.

This commit is contained in:
Zuhayr
2013-08-25 02:27:52 -07:00
parent 11c3de6da1
commit 4ea434da1d
+10 -1
View File
@@ -255,7 +255,16 @@
var/turf/startloc = loc
var/obj/selection = input("Select a destination.", "Duct System") as null|anything in sortList(vents)
if(!selection) return
if(!selection)
return
if(!do_after(src, 45))
return
if(!src||!selection)
return
if(loc==startloc)
if(contents.len)
for(var/obj/item/carried_item in contents)//If the monkey got on objects.