mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Modified a pipenet error string.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user