Faster Get Turf from VG

This commit is contained in:
Fox-McCloud
2016-07-05 02:40:05 -04:00
parent c0350a654f
commit 119c76ab0e
3 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
else if(!anchored)
playsound(src.loc, 'sound/items/Ratchet.ogg', 100, 1)
to_chat(user, "\blue Now securing the girder")
if(get_turf(user, 40))
if(do_after(user, 40, target = src))
to_chat(user, "\blue You secured the girder!")
new/obj/structure/girder( src.loc )
qdel(src)