Merge pull request #4266 from Firecage/girderwrenchtime

You cannot instant wrench dislodged girders.
This commit is contained in:
Alex
2014-07-28 10:04:34 +01:00
+2 -1
View File
@@ -19,7 +19,8 @@
else if(!anchored)
playsound(src.loc, 'sound/items/Ratchet.ogg', 100, 1)
user << "<span class='notice'>Now securing the girder...</span>"
if(get_turf(user, 40))
if(do_after(user, 40))
if(!src) return
user << "<span class='notice'>You secured the girder!</span>"
var/obj/structure/girder/G = new (loc)
transfer_fingerprints_to(G)