Modified a pipenet error string.

This commit is contained in:
xxalpha
2015-05-04 21:12:16 +01:00
parent dfaf90c79e
commit d60c7a177b
+1 -1
View File
@@ -70,7 +70,7 @@ var/pipenetwarnings = 10
if(item.parent)
if(pipenetwarnings > 0)
error("[item.type] added to a pipenet while still having one. ([item.x], [item.y], [item.z])")
error("[item.type] added to a pipenet while still having one. (pipes leading to the same spot stacking in one turf) Nearby: ([item.x], [item.y], [item.z])")
pipenetwarnings -= 1
if(pipenetwarnings == 0)
error("further messages about pipenets will be supressed")