diff --git a/modular_lethal_doppler/paxilweapons_real/code/guns/bogseo.dm b/modular_lethal_doppler/paxilweapons_real/code/guns/bogseo.dm index f56c61a65a81e..374484a163539 100644 --- a/modular_lethal_doppler/paxilweapons_real/code/guns/bogseo.dm +++ b/modular_lethal_doppler/paxilweapons_real/code/guns/bogseo.dm @@ -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) diff --git a/modular_lethal_doppler/paxilweapons_real/code/guns/gwiazda.dm b/modular_lethal_doppler/paxilweapons_real/code/guns/gwiazda.dm index aa6ad02a21ea6..03fa251349984 100644 --- a/modular_lethal_doppler/paxilweapons_real/code/guns/gwiazda.dm +++ b/modular_lethal_doppler/paxilweapons_real/code/guns/gwiazda.dm @@ -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, \ diff --git a/modular_lethal_doppler/paxilweapons_real/code/guns/karim.dm b/modular_lethal_doppler/paxilweapons_real/code/guns/karim.dm index a6e13ce6bec2e..a328073d87597 100644 --- a/modular_lethal_doppler/paxilweapons_real/code/guns/karim.dm +++ b/modular_lethal_doppler/paxilweapons_real/code/guns/karim.dm @@ -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) diff --git a/modular_lethal_doppler/paxilweapons_real/code/guns/qarad.dm b/modular_lethal_doppler/paxilweapons_real/code/guns/qarad.dm index 8fad5c13ee8ec..c615fd8ded351 100644 --- a/modular_lethal_doppler/paxilweapons_real/code/guns/qarad.dm +++ b/modular_lethal_doppler/paxilweapons_real/code/guns/qarad.dm @@ -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()