diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,12 @@
 
 ### Upcoming
 
+### v1.2.0.2
+
+*Revisions*
+
+* Added further missing files to extra-source-files.
+
 ### v1.2.0.1
 
 *Revisions*
diff --git a/variant/no-role-knowledge/command/ping/role-pinged.txt b/variant/no-role-knowledge/command/ping/role-pinged.txt
new file mode 100644
--- /dev/null
+++ b/variant/no-role-knowledge/command/ping/role-pinged.txt
@@ -0,0 +1,1 @@
+Waiting on the nocturnal players...
diff --git a/variant/no-role-knowledge/command/ping/werewolves-pinged.txt b/variant/no-role-knowledge/command/ping/werewolves-pinged.txt
new file mode 100644
--- /dev/null
+++ b/variant/no-role-knowledge/command/ping/werewolves-pinged.txt
@@ -0,0 +1,1 @@
+Waiting on the nocturnal players...
diff --git a/variant/no-role-knowledge/command/status/current-turn.txt b/variant/no-role-knowledge/command/status/current-turn.txt
new file mode 100644
--- /dev/null
+++ b/variant/no-role-knowledge/command/status/current-turn.txt
@@ -0,0 +1,1 @@
+It's currently night.
diff --git a/variant/no-role-knowledge/engine/new-game/roles-in-game.txt b/variant/no-role-knowledge/engine/new-game/roles-in-game.txt
new file mode 100644
--- /dev/null
+++ b/variant/no-role-knowledge/engine/new-game/roles-in-game.txt
@@ -0,0 +1,1 @@
+The roles in play have a total balance of #{T.pack $ show totalBalance}.
diff --git a/werewolf.cabal b/werewolf.cabal
--- a/werewolf.cabal
+++ b/werewolf.cabal
@@ -1,5 +1,5 @@
 name:           werewolf
-version:        1.2.0.1
+version:        1.2.0.2
 
 author:         Henry J. Wylde
 maintainer:     public@hjwylde.com
@@ -21,6 +21,10 @@
 extra-source-files:
     CHANGELOG.md
     README.md
+    variant/no-role-knowledge/command/ping/role-pinged.txt
+    variant/no-role-knowledge/command/ping/werewolves-pinged.txt
+    variant/no-role-knowledge/command/status/current-turn.txt
+    variant/no-role-knowledge/engine/new-game/roles-in-game.txt
     variant/standard/command/boot/player-voted-boot.txt
     variant/standard/command/choose/player-shot.txt
     variant/standard/command/circle/game-circle.txt
