about summary refs log tree commit diff
path: root/teams.dot
diff options
context:
space:
mode:
Diffstat (limited to 'teams.dot')
-rw-r--r--teams.dot13
1 files changed, 12 insertions, 1 deletions
diff --git a/teams.dot b/teams.dot
index 353158f..0844f24 100644
--- a/teams.dot
+++ b/teams.dot
@@ -61,6 +61,12 @@ digraph teams {
     "RicercaSec" [href=""];
     "binja" [href="https://ctftime.org/team/9083"];
     "TokyoWesterns" [href="https://ctftime.org/team/12599"];
+
+    // Straw Hat
+    "Nu1L" [href="https://ctftime.org/team/19208"];
+    "w&m" [href="https://ctftime.org/team/54666"];
+    "Super Rookies" [href=""];
+    "<Experienced independent sailors>" [href=""];
   }
 
   // primary edges
@@ -118,7 +124,12 @@ digraph teams {
     "RicercaSec" -> "./V /home/r/.bin/tw";
     "binja" -> "./V /home/r/.bin/tw";
     "TokyoWesterns" -> "./V /home/r/.bin/tw";
-  }
 
+    // Straw Hat
+    "Nu1L" -> "Straw Hat";
+    "w&m" -> "Straw Hat";
+    "Super Rookies" -> "Straw Hat";
+    "<Experienced independent sailors>" -> "Straw Hat";
+  }
 }