Browse Source

12/28/2022

BradDev
Joe DiPrima 3 years ago
parent
commit
79f8b81265
  1. 4
      qmutants.py

4
qmutants.py

@ -491,8 +491,8 @@ class mutant(QWidget):
self.area_indexed = False
self.local_monsters = []
self.local_items = []
print("wander triggered")
print("no action: " + str(self.no_action_cnt))
#print("wander triggered")
#print("no action: " + str(self.no_action_cnt))
#increment no action counter
self.no_action_cnt = self.no_action_cnt + 1
if len(self.direction_list) == 0:

Loading…
Cancel
Save