From 7b519f3577563a128ee78f34331e80082e8c8fb6 Mon Sep 17 00:00:00 2001 From: Divided by Zer0 Date: Tue, 25 Aug 2015 14:50:48 +0200 Subject: [PATCH] Fixes #646 --- changelog.md | 3 +++ o8g/Scripts/CardScripts.py | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index fe2d1e9..9db8632 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,9 @@ Changelog - Android:Netrunner LCG OCTGN Game Definition * Fixed Independent Thinking not trashing cards and giving you 2 cards only for directives. * 15 minutes will remove AP from the runner when reshuffled back in R&D * Fixed Media Blitz +* Keegan should remove tags now +* Fixed Archangel +* Wasteland should only trigger for runner cards. Unfortunately it cannot trigger for face down events so a manual use has been added as well ### 3.22.1.x diff --git a/o8g/Scripts/CardScripts.py b/o8g/Scripts/CardScripts.py index de1dc6c..b47c03b 100644 --- a/o8g/Scripts/CardScripts.py +++ b/o8g/Scripts/CardScripts.py @@ -6425,9 +6425,9 @@ ----- bc0f047c-01b1-427f-a439-d451eda09036 ----- -whileInPlay:Gain1Credits-foreachCardTrashed-byMe-onlyOnce +whileInPlay:Gain1Credits-foreachCardTrashed-typeProgram_or_Hardware_or_Resource_or_Event-byMe-onlyOnce +++++ - +A0B0G0T0:Gain1Credits-onlyOnce ..... Adam -----