|  | @@ -53,7 +53,7 @@ class BaseActor(Actor):
 | 
	
		
			
			| 53 | 53 |      ) -> None:
 | 
	
		
			
			| 54 | 54 |          self._mode = MODE_MAN_STAND_UP
 | 
	
		
			
			| 55 | 55 |          self.weapon_image_applier = WeaponImageApplier(config, self)
 | 
	
		
			
			| 56 |  | -        self.firing_texture_cache = {}  # type: typing.Dict[str, typing.Dict[typing.List[pyglet.image.TextureRegion]]  # nopep8
 | 
	
		
			
			|  | 56 | +        self.firing_texture_cache = {}  # type: typing.Dict[str, typing.Dict[str, typing.List[pyglet.image.AbstractImage]]  # nopep8
 | 
	
		
			
			| 57 | 57 |          super().__init__(image_path, subject=subject, config=config)
 | 
	
		
			
			| 58 | 58 |  
 | 
	
		
			
			| 59 | 59 |          # Firing
 |