Skip to content

Commit

Permalink
Lower debug verbosity (#28)
Browse files Browse the repository at this point in the history
* Lower debug verbosity

* Update definition.xml
  • Loading branch information
mmeldo authored Jun 30, 2020
1 parent 1949792 commit cc33e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion o8g/Scripts/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import re, time

debugVerbosity = 4 # At -1, means no debugging messages display
debugVerbosity = -1 # At -1, means no debugging messages display

Automations = {'Play' : True, # If True, game will automatically trigger card effects when playing or double-clicking on cards. Requires specific preparation in the sets.
'Triggers' : True, # If True, game will search the table for triggers based on player's actions, such as installing a card, or discarding one.
Expand Down
2 changes: 1 addition & 1 deletion o8g/definition.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name="Doomtown-Reloaded"
id="b440d120-025a-4fbe-9f8d-3873acacb37b"
octgnVersion="3.2.75.0"
version="1.20.3.3"
version="1.20.3.4"
markersize="16"
tags="western deadlands poker maneuvering multiplayer"
description="Doomtown Rides again! The award winning game of poker gunfights and spatial maneuvering is back.
Expand Down

0 comments on commit cc33e48

Please sign in to comment.