mirror of
https://github.com/Wyrrrd/Rocket_Turrets.git
synced 2026-04-24 06:33:17 +02:00
Changed typo in attacking_speed from 0.9 to 0.09
This commit is contained in:
@@ -286,7 +286,7 @@ rocket_mk4_entity = {
|
|||||||
dying_explosion = "medium-explosion",
|
dying_explosion = "medium-explosion",
|
||||||
inventory_size = 2,
|
inventory_size = 2,
|
||||||
automated_ammo_count = 10,
|
automated_ammo_count = 10,
|
||||||
attacking_speed = 0.95,
|
attacking_speed = 0.095,
|
||||||
|
|
||||||
folded_animation = rocket_mk4_sheet{direction_count = 4, line_length = 1},
|
folded_animation = rocket_mk4_sheet{direction_count = 4, line_length = 1},
|
||||||
preparing_animation = rocket_mk4_sheet{direction_count = 4, line_length = 1},
|
preparing_animation = rocket_mk4_sheet{direction_count = 4, line_length = 1},
|
||||||
|
|||||||
Reference in New Issue
Block a user