mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Fixes rack parts progress bar
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user