瀏覽代碼

Clarified docs

Ivan Savenko 9 月之前
父節點
當前提交
5064f6282a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/modders/Entities_Format/Artifact_Format.md

+ 1 - 1
docs/modders/Entities_Format/Artifact_Format.md

@@ -72,7 +72,7 @@ In order to make functional artifact you also need:
 	// When artifact is fused, all its components are removed and hero receives fused artifact in their place.
 	// As result of this, fused artifact:
 	// - can not be disassembled
-	// - does not locks slots of its components, like normal artifact
+	// - unlike combined artifacts, fused artifact does not locks slots of its components
 	// - does not inherits bonuses from its constituent parts
 	"fusedComponents" : true,