Fixes rack parts progress bar

This commit is contained in:
YPO
2017-09-13 03:09:52 -05:00
committed by KorPhaeron
parent ec06e3fe6e
commit 987db7dc84
+1 -1
View File
@@ -498,7 +498,7 @@
return
building = TRUE
to_chat(user, "<span class='notice'>You start constructing a rack...</span>")
if(do_after(user, 50, target = src, progress=TRUE))
if(do_after(user, 50, target = user, progress=TRUE))
if(!user.drop_item())
return
var/obj/structure/rack/R = new /obj/structure/rack(user.loc)