From c6c432d0629e90be30e01b12ecff2a448c61857b Mon Sep 17 00:00:00 2001
From: fheinrich <fheinrich@techfak.uni-bielefeld.de>
Date: Tue, 6 Feb 2024 15:26:34 +0100
Subject: [PATCH] =?UTF-8?q?DANCING=20FIRE=20=F0=9F=94=A5=F0=9F=94=A5?=
 =?UTF-8?q?=F0=9F=94=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 overcooked_simulator/gui_2d_vis/drawing.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/overcooked_simulator/gui_2d_vis/drawing.py b/overcooked_simulator/gui_2d_vis/drawing.py
index 76f31117..e370ce4e 100644
--- a/overcooked_simulator/gui_2d_vis/drawing.py
+++ b/overcooked_simulator/gui_2d_vis/drawing.py
@@ -510,7 +510,7 @@ class Visualizer:
                     3,
                 )
 
-        FIRE_STATE = (self.fire_state + 1) % (3 * self.fire_time_steps)
+        self.fire_state = (self.fire_state + 1) % (3 * self.fire_time_steps)
 
     def draw_orders(
         self, screen, state, grid_size, width, height, screen_margin, config
-- 
GitLab