From 0adc90e90856aa03a6dc0319dd99dc66e7f21fd7 Mon Sep 17 00:00:00 2001 From: Avior Date: Mon, 16 Mar 2020 21:18:35 +0100 Subject: [PATCH] Fixed DB and added test Signed-off-by: Avior --- .drone.yml | 11 +++++++++++ cards/dp/dp5/57.ts | 2 +- cards/dp/dp5/72.ts | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 000000000..33a30b53e --- /dev/null +++ b/.drone.yml @@ -0,0 +1,11 @@ +kind: pipeline +name: default +type: docker + +steps: + + - name: test + image: node:alpine + commands: + - apk -q add yarn + - yarn compile diff --git a/cards/dp/dp5/57.ts b/cards/dp/dp5/57.ts index 541640dd8..73aac9946 100644 --- a/cards/dp/dp5/57.ts +++ b/cards/dp/dp5/57.ts @@ -79,7 +79,7 @@ const card: Card = { effect: { fr: "Si Ouisticram est Paralisé, retirez à Ouisticram l'État Spécial Paralysé à la fin du tour de chaque joueurs." } - } + }, weaknesses: [{ type: Type.WATER, diff --git a/cards/dp/dp5/72.ts b/cards/dp/dp5/72.ts index 5e684e0a2..fbb755315 100644 --- a/cards/dp/dp5/72.ts +++ b/cards/dp/dp5/72.ts @@ -77,7 +77,7 @@ const card: Card = { effect: { en: "Si Tiplouf est Empoisonné. Retirez-lui l'État Spécial Empoisonné à la fin du tour de chaque joueurs." } - } + }, weaknesses: [{ type: Type.LIGHTNING,