Compare commits

..

1 Commits

Author SHA1 Message Date
0e416d2161 added late night 2021-03-12 18:27:31 +01:00

View File

@@ -28,7 +28,7 @@ WaitingForPlayersEnd --> StartGame
StartGame : Assign Player Roles
StartGame : Show Introduction
StartGame --> MainPhase : all ready
StartGame --> MainPhaseNight : all ready
state MainPhaseNight {
!include https://gitea.d1v3.de/matthias/pywerewolf/raw/branch/master/README.md!TheNight
}
@@ -78,7 +78,7 @@ NightPhaseLate --> [*]: actions taken
```plantuml
@startuml(id=TheDay)
[*] --> ShowDead:
[*] --> ShowDead: Done
ShowDead --> [*]: Done
@enduml
```