mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-07-05 09:01:36 +02:00
Maintainer and pos_dicts fixed. Are sets now.
This commit is contained in:
@ -117,3 +117,7 @@ class Door(Entity):
|
||||
def _reset_timer(self):
|
||||
self._time_to_close = self._auto_close_interval
|
||||
return True
|
||||
|
||||
def reset(self):
|
||||
self._close()
|
||||
self._reset_timer()
|
||||
|
Reference in New Issue
Block a user