瀏覽代碼

Hills & Sheep expansion, fixes #21

George C. Privon 7 年之前
父節點
當前提交
e9531522d0
共有 2 個文件被更改,包括 5 次插入4 次删除
  1. 1 0
      CHANGELOG.md
  2. 4 4
      manage_database.py

+ 1 - 0
CHANGELOG.md

@@ -7,6 +7,7 @@
 #### Enhancements
 
 * Print token type in scoring confirmation message. Update formatting.
+* Add "Hills and & Sheep" Expansion
 
 #### Bug Fixes
 

+ 4 - 4
manage_database.py

@@ -222,10 +222,10 @@ def initializeDB(c, DBVER):
                                                 "Hills & Sheep",
                                                 0,
                                                 0,
-                                                "",
-                                                "",
-                                                0,
-                                                "")''')
+                                                "Shepherd",
+                                                "Flock",
+                                                18,
+                                                "Hill,Vineyard")''')
     c.execute('''INSERT INTO expansions values (10,
                                                 "Under the Big Top",
                                                 0,