Skip to content

Commit

Permalink
change firing duration
Browse files Browse the repository at this point in the history
  • Loading branch information
buxx committed Feb 8, 2018
1 parent 9b536af commit b6db93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencombat/gui/base.py
Expand Up @@ -382,7 +382,7 @@ def actor_end_firing():
)
self.layer_manager.edit_layer.append_callback(
actor_firing,
duration=0.2, # TODO BS 2018-01-25: Wil depend of weapon type
duration=0.5, # TODO BS 2018-01-25: Wil depend of weapon type
delay=delay,
end_callback=actor_end_firing,
start_callback=actor_rotate,
Expand Down

0 comments on commit b6db93a

Please sign in to comment.