Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Sep 5, 2023
1 parent 2b8ef06 commit 88b0b65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/projectiles/gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1916,6 +1916,8 @@ not all weapons use normal magazines etc. load_into_chamber() itself is designed
target = src.target
if(!user)
user = gun_user
if(!target || !user)
return NONE
return Fire(target, user, params, reflex, dual_wield)

/// Setter proc for fa_firing
Expand Down

0 comments on commit 88b0b65

Please sign in to comment.