From ef5e7b05c25571b41cabd6f90d7ce6a67adb50ac Mon Sep 17 00:00:00 2001 From: DylanVsn <43576618+DylanVsn@users.noreply.github.com> Date: Fri, 8 Nov 2019 11:06:54 +0100 Subject: [PATCH] =?UTF-8?q?modif=20insignifiante=20-=20commentaire=20sur?= =?UTF-8?q?=20la=20gestion=20des=20cases=20de=20la=20prison=20des=20fant?= =?UTF-8?q?=C3=B4mes=20sur=20la=20carte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/carte.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/carte.py b/src/carte.py index 5ef8f79..5b491b6 100644 --- a/src/carte.py +++ b/src/carte.py @@ -9,6 +9,7 @@ class Tile(IntEnum): GSD = 4 # ghost door TPT = 5 # teleporter tile FIT = 6 # fully inaccessible tile + # ghost-cell ground as FIT ? verify no pac-dot here class Map: """