Skip to content

Commit

Permalink
Merge pull request #24 from UndeadZeratul/main
Browse files Browse the repository at this point in the history
Fix Snubnose Reolver reference
  • Loading branch information
UndeadZeratul authored Oct 26, 2023
2 parents e28fcdd + 0db6e45 commit 52f5ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zscript/ReusableAmmoboxes/spawnReplacer.zs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class ReusableAmmoboxesSpawner : EventHandler {
wep_355.push('HDNyx');
wep_355.push('HDRevolver');
wep_355.push('HDScopedRevolver');
wep_355.push('HDSnubNoseReolver');
wep_355.push('HDSnubNoseRevolver');
addAmmo('Reusable355Box', wep_355);

// 12 gauge Buckshot Ammo.
Expand Down

0 comments on commit 52f5ade

Please sign in to comment.