Merge pull request #4597 from Fox-McCloud/progress-fixes

Fixes Construction Progress Bars
This commit is contained in:
TheDZD
2016-06-06 22:10:25 -04:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -80,7 +80,7 @@
return
to_chat(usr, "\blue Assembling grille...")
if (!do_after(usr, 10, target = src))
if (!do_after(usr, 10, target = user))
return
var /obj/structure/grille/F = new /obj/structure/grille/ ( usr.loc )
+1 -1
View File
@@ -130,7 +130,7 @@
return
if (R.time)
to_chat(usr, "\blue Building [R.title] ...")
if (!do_after(usr, R.time, target = src))
if (!do_after(usr, R.time, target = usr))
return
if (src.amount < R.req_amount*multiplier)
return