Skip to content

Commit

Permalink
fixes some anims
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxilmaniac committed Nov 19, 2024
1 parent c6097a9 commit 625e268
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion modular_lethal_doppler/paxilweapons_real/code/guns/bogseo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@
)
recoil_animation_information = list(
"recoil_angle_upper" = -10, \
"recoil_angle_lower" = -30, \
"recoil_angle_lower" = -20, \
"recoil_burst_speed" = 0.5, \
"return_burst_speed" = 0.5, \
"recoil_speed" = 0.5, \
"return_speed" = 0.5, \
)

/obj/item/gun/ballistic/automatic/xhihao_smg/Initialize(mapload)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"pixel_x" = 15, \
"pixel_y" = 3, \
"inactive_wben_suppressed" = TRUE, \
"icon_state" = "pulseshot" \
"icon_state" = "plasmashot" \
)
recoil_animation_information = list(
"recoil_angle_upper" = -15, \
Expand Down
2 changes: 2 additions & 0 deletions modular_lethal_doppler/paxilweapons_real/code/guns/karim.dm
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
"recoil_angle_lower" = -20, \
"recoil_burst_speed" = 0.5, \
"return_burst_speed" = 0.5, \
"recoil_speed" = 0.5, \
"return_speed" = 0.5, \
)

/obj/item/gun/ballistic/automatic/karim/Initialize(mapload)
Expand Down
2 changes: 2 additions & 0 deletions modular_lethal_doppler/paxilweapons_real/code/guns/qarad.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"recoil_angle_lower" = -20, \
"recoil_burst_speed" = 0.5, \
"return_burst_speed" = 0.5, \
"recoil_speed" = 0.5, \
"return_speed" = 0.5, \
)

/obj/item/gun/ballistic/automatic/sol_rifle/machinegun/give_autofire()
Expand Down

0 comments on commit 625e268

Please sign in to comment.