Merge pull request #1528 from Citadel-Station-13/upstream-merge-28271
[MIRROR] Fixes pipe dispensers
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
usr.set_machine(src)
|
||||
src.add_fingerprint(usr)
|
||||
if(href_list["make"])
|
||||
if(!wait)
|
||||
if(wait < world.time)
|
||||
var/p_type = text2path(href_list["make"])
|
||||
var/p_dir = text2num(href_list["dir"])
|
||||
var/obj/item/pipe/P = new (src.loc, pipe_type=p_type, dir=p_dir)
|
||||
|
||||
Reference in New Issue
Block a user