|  | @@ -382,7 +382,7 @@ class Game(TMXGui):
 | 
	
		
			
			| 382 | 382 |          )
 | 
	
		
			
			| 383 | 383 |          self.layer_manager.edit_layer.append_callback(
 | 
	
		
			
			| 384 | 384 |              actor_firing,
 | 
	
		
			
			| 385 |  | -            duration=0.2,  # TODO BS 2018-01-25: Wil depend of weapon type
 | 
	
		
			
			|  | 385 | +            duration=0.5,  # TODO BS 2018-01-25: Wil depend of weapon type
 | 
	
		
			
			| 386 | 386 |              delay=delay,
 | 
	
		
			
			| 387 | 387 |              end_callback=actor_end_firing,
 | 
	
		
			
			| 388 | 388 |              start_callback=actor_rotate,
 |