From 9f55e902734c3fc850862dcbcdae940e4eb323b8 Mon Sep 17 00:00:00 2001 From: Francesco Pellegrini Date: Fri, 2 Feb 2024 21:26:28 +0100 Subject: [PATCH] fix Corporate Oversight A and B --- src/clj/game/cards/agendas.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/clj/game/cards/agendas.clj b/src/clj/game/cards/agendas.clj index 56bb6661f4..9fd4ea9b34 100644 --- a/src/clj/game/cards/agendas.clj +++ b/src/clj/game/cards/agendas.clj @@ -509,7 +509,7 @@ :effect (effect (shuffle! :deck) (corp-install eid chosen-ice target {:ignore-all-cost true - :install-state :rezzed-no-rez-cost}))}) + :install-state :rezzed-no-cost}))}) card nil))} {:prompt "You have no ice in R&D" :choices ["Carry on!"] @@ -541,7 +541,7 @@ :effect (effect (shuffle! :deck) (corp-install eid chosen-ice target {:ignore-all-cost true - :install-state :rezzed-no-rez-cost}))}) + :install-state :rezzed-no-cost}))}) card nil))} {:prompt "You have no ice in R&D" :choices ["Carry on!"]