diff --git a/db/schema.sql b/db/schema.sql index 10a394a..7a27b24 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -114,7 +114,12 @@ VALUES ('modifier', 'clone any of your own cards, and give to someone else', '', 0, CURRENT_TIMESTAMP, TRUE, 'clone'), ('modifier', 'transfer any of your own cards to another player', '', 0, CURRENT_TIMESTAMP, TRUE, 'transfer'), ('prompt', 'name 10 green things', NULL, 0, CURRENT_TIMESTAMP, TRUE, NULL), + ('prompt', 'name 10 red things', NULL, 0, CURRENT_TIMESTAMP, TRUE, NULL), + ('prompt', 'name 10 yellow things', NULL, 0, CURRENT_TIMESTAMP, TRUE, NULL), ('prompt', 'name 10 blue things', NULL, 0, CURRENT_TIMESTAMP, TRUE, NULL), + ('prompt', 'name 10 countries', NULL, 0, CURRENT_TIMESTAMP, TRUE, NULL), + ('prompt', 'name 10 cheeses', NULL, 0, CURRENT_TIMESTAMP, TRUE, NULL), + ('prompt', 'name 10 drinks', NULL, 0, CURRENT_TIMESTAMP, TRUE, NULL), ('prompt', 'spell your name backwards', NULL, 0, CURRENT_TIMESTAMP, TRUE, NULL), ('prompt', 'name 10 animals in alphabetical order', NULL, 0, CURRENT_TIMESTAMP, TRUE, NULL), ( diff --git a/static/html/index.html b/static/html/index.html index ae92efb..38d7a79 100644 --- a/static/html/index.html +++ b/static/html/index.html @@ -33,8 +33,8 @@