mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +00:00
Re-adding item to New Game+ Adventure
When I put in the code to delete quest items on a new game+ I forgot to re-add the colorless rune in case you start without the main quest (you get it as part of the main quest). This fixes that.
This commit is contained in:
@@ -7038,6 +7038,7 @@
|
|||||||
"action": [
|
"action": [
|
||||||
{
|
{
|
||||||
"removeItem": "",
|
"removeItem": "",
|
||||||
|
"addItem": "Colorless rune",
|
||||||
"setColorIdentity": "",
|
"setColorIdentity": "",
|
||||||
"advanceQuestFlag": "",
|
"advanceQuestFlag": "",
|
||||||
"advanceMapFlag": "",
|
"advanceMapFlag": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user