Added new decks for AI, improved "genrand", "altercost" and "changecost" keywords in order to allow the usage of a variable instead of a simple number (e.g. "altercost(colorless, -phandcount)").

This commit is contained in:
Vittorio Alfieri
2021-09-26 12:22:28 +02:00
parent 8ae7439978
commit 9e3caa635d
27 changed files with 1194 additions and 7 deletions

View File

@@ -2,8 +2,11 @@
## [master] (https://github.com/WagicProject/wagic/tree/master)
### 26/09/21
- *Committed:* Added new decks for AI, improved "genrand", "altercost" and "changecost" keywords in order to allow the usage of a variable instead of a simple number (e.g. "altercost(colorless, -phandcount)"). ([Vitty85](https://github.com/Vitty85))
### 25/09/21
- *Committed:* Fixed changelog after pull merge. ([Vitty85](https://github.com/Vitty85))
- *Committed:* Fixed changelog after pull merge. https://github.com/WagicProject/wagic/commit/8ae7439978ace71b0759f2cfe55dfbac2cc9e253 ([Vitty85](https://github.com/Vitty85))
- *Committed:* Fixed changelog after pull merge. https://github.com/WagicProject/wagic/commit/f9f1f0f53d263d630dfd118b509f529cf1c91c77 ([Vitty85](https://github.com/Vitty85))