werewolf 1.2.0.1 → 1.2.0.2
raw patch · 6 files changed
+15/−1 lines, 6 files
Files
- CHANGELOG.md +6/−0
- variant/no-role-knowledge/command/ping/role-pinged.txt +1/−0
- variant/no-role-knowledge/command/ping/werewolves-pinged.txt +1/−0
- variant/no-role-knowledge/command/status/current-turn.txt +1/−0
- variant/no-role-knowledge/engine/new-game/roles-in-game.txt +1/−0
- werewolf.cabal +5/−1
CHANGELOG.md view
@@ -7,6 +7,12 @@ ### Upcoming +### v1.2.0.2++*Revisions*++* Added further missing files to extra-source-files.+ ### v1.2.0.1 *Revisions*
+ variant/no-role-knowledge/command/ping/role-pinged.txt view
@@ -0,0 +1,1 @@+Waiting on the nocturnal players...
+ variant/no-role-knowledge/command/ping/werewolves-pinged.txt view
@@ -0,0 +1,1 @@+Waiting on the nocturnal players...
+ variant/no-role-knowledge/command/status/current-turn.txt view
@@ -0,0 +1,1 @@+It's currently night.
+ variant/no-role-knowledge/engine/new-game/roles-in-game.txt view
@@ -0,0 +1,1 @@+The roles in play have a total balance of #{T.pack $ show totalBalance}.
werewolf.cabal view
@@ -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