Explorar o código

Kick reversed chance down to 25%

kirkleon %!s(int64=4) %!d(string=hai) anos
pai
achega
0b703bcd15
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/plugins/tarot.py

+ 1 - 1
src/plugins/tarot.py

@@ -103,7 +103,7 @@ def tarot(hide: OptArg(0, conversion=lambda h: h == "hide", default=False)):
         if "." not in p1: # minor arcana
             message += "of "
         message += p2
-        face = random.choice((0, 1))
+        face = random.choice((0, 0, 0, 1))
         if face == 1:
             message += ", Reversed"
         if not hide: