Skip to content

Commit

Permalink
[MIRROR] Correctly offsets bayonets on pipeguns (#391)
Browse files Browse the repository at this point in the history
* Correctly offsets bayonets on pipeguns (#80805)

## About The Pull Request

Changes the offset for pipegun bayonets to align with the gun properly.

Fixes #79607

## Why It's Good For The Game

Floating bayonets are ugly

## Changelog
:cl:
fix: Pipeguns no longer have floating bayonets
/:cl:

* Correctly offsets bayonets on pipeguns

---------

Co-authored-by: Thunder12345 <Thunder12345@users.noreply.github.com>
Co-authored-by: NovaBot <novasector@gmail.com>
  • Loading branch information
3 people authored and FFMirrorBot committed Jan 11, 2024
1 parent 6250f90 commit 03b4788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/projectiles/guns/ballistic/rifle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@
alternative_fire_sound = 'sound/weapons/gun/shotgun/shot.ogg'
can_modify_ammo = TRUE
can_bayonet = TRUE
knife_x_offset = 25
knife_y_offset = 11
can_be_sawn_off = FALSE
projectile_damage_multiplier = 0.75
Expand Down

0 comments on commit 03b4788

Please sign in to comment.