about summary refs log tree commit diff homepage
path: root/brutalmaze/weapons.py
diff options
context:
space:
mode:
Diffstat (limited to 'brutalmaze/weapons.py')
-rw-r--r--brutalmaze/weapons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/brutalmaze/weapons.py b/brutalmaze/weapons.py
index cd4c15f..03dfa40 100644
--- a/brutalmaze/weapons.py
+++ b/brutalmaze/weapons.py
@@ -84,7 +84,7 @@ class LockOn:
 
     Attributes:
         x, y (int): coordinates of the target (in grids)
-        destroyed (bool): flag indicating if the target is destroyed
+        retired (bool): flag indicating if the target is retired
     """
     def __init__(self, x, y, retired=False):
         self.x, self.y = x, y