From e42c3d04e90d6fafdf1d9b21fd2d0f690ca22729 Mon Sep 17 00:00:00 2001 From: Didictateur Date: Tue, 2 Dec 2025 21:26:27 +0100 Subject: [PATCH] fixed promotion --- public/game.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/game.html b/public/game.html index 63a31e7..db4cdd2 100644 --- a/public/game.html +++ b/public/game.html @@ -179,7 +179,7 @@ if(id.indexOf('adoub') !== -1) return 'owned'; if(id.indexOf('folie') !== -1) return 'owned'; if(id.indexOf('fortification') !== -1) return 'owned'; - if(id.indexOf('promotion') !== -1) return 'owned_pawn_then_enemy'; + if(id.indexOf('promotion') !== -1) return 'owned_pawn'; if(id.indexOf('vol_carte') !== -1) return 'player'; if(id.indexOf('vole_piece') !== -1) return 'enemy'; if(id.indexOf('coincoin') !== -1) return 'owned';