mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-12 15:42:49 +01:00
Added a delay to vent crawling.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user