chiark / gitweb /
Tidy up!
[PlayersGuide.git] / The_Tomb_of_the_Lost_Prince / Character_Creation / Partial_Powers / Pattern.dot
diff --git a/The_Tomb_of_the_Lost_Prince/Character_Creation/Partial_Powers/Pattern.dot b/The_Tomb_of_the_Lost_Prince/Character_Creation/Partial_Powers/Pattern.dot
deleted file mode 100644 (file)
index 80d65b5..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-digraph pattern{
-        size="10,5";
-        layout=dot;
-        splines=true;
-
-        subgraph cluster_pattern {
-                bgcolor="yellow";                
-                "Pattern Imprint";
-                "Access to a Pattern";                
-        }
-
-        "Access to a Pattern" -> "Pattern Imprint";
-        "Amberite Grandparent" -> "Pattern Imprint";
-}