Add fingerprint to pipe construction

This commit is contained in:
Markolie
2015-10-05 03:37:06 +02:00
parent 76db6db28a
commit ad0329a1fd
+1
View File
@@ -214,6 +214,7 @@ Pipelines + Other Objects -> Pipe network
initialize_directions = P
var/turf/T = loc
level = T.intact ? 2 : 1
add_fingerprint(usr)
initialize()
var/list/nodes = pipeline_expansion()
for(var/obj/machinery/atmospherics/A in nodes)