From 44696a0ac3041d5b6e8678c22af367750ea25f4d Mon Sep 17 00:00:00 2001 From: Brosef Date: Mon, 23 Jun 2025 20:10:55 +0100 Subject: [PATCH] Added TODO for me to deal with later --- src/gameUtils/turns.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/gameUtils/turns.py b/src/gameUtils/turns.py index 81f15a2..d47269c 100644 --- a/src/gameUtils/turns.py +++ b/src/gameUtils/turns.py @@ -1,3 +1,8 @@ +# TODO: Add a variable for the game developers to see if pain is "avaialbe", +# I.E. has the shocker been passed to the next player. +# Also add a pop-up, probably using pygame-gui, to tell the player +# to pass the shocker to the next person. + class BaseTurnHandler: def __init__(self, playersManager): """