From dae9647ab4ec5cf2972dfd6993dda068f200c4b6 Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Sun, 24 Mar 2019 00:45:27 -0400
Subject: [PATCH] add support for slaves that already have this mark

---
 src/utility/descriptionWidgetsTattoos.tw | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/utility/descriptionWidgetsTattoos.tw b/src/utility/descriptionWidgetsTattoos.tw
index 91bbb3d73d6..6901737f14f 100644
--- a/src/utility/descriptionWidgetsTattoos.tw
+++ b/src/utility/descriptionWidgetsTattoos.tw
@@ -645,6 +645,8 @@
 		<<print "$He has your former digital calling card tattooed on $his neck.">>
 	<<case "She has the silhouette of an arcology tattooed on the nape of her neck.">>
 		<<print "$He has the silhouette of an arcology tattooed on the nape of $his neck.">>
+	<<case "She has a barcode tattooed on her neck.">>
+		<<print "$He has a barcode tattooed on $his neck.">>
 	<<default>>
 		<<print $args[0].customTat>>
 <</switch>>
-- 
GitLab