Skip to content

Commit 4704d23

Browse files
authored
Adding "have a nice day" as a basic rule
1 parent 0af7cd7 commit 4704d23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

engine/src/main/scala/mau/engine/Rule.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,8 @@ object Rule:
296296
val baseRules: Seq[InMemoryRule] = Seq(
297297
//anyCard,
298298
//anyClick,
299-
// anyTurn,
299+
//anyTurn,
300+
haveANiceDay,
300301
winRound,
301302
lastCard,
302303
sameRank,

0 commit comments

Comments
 (0)