Skip to content

Commit

Permalink
Update gun.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed May 11, 2024
1 parent 92e3bde commit 984049e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,7 @@ and you're good to go.
if(bullets_fired == 1) //First shot gives the PB message.
user.visible_message(SPAN_DANGER("[user] fires [src] point blank at [attacked_mob]!"),
SPAN_WARNING("You fire [src] point blank at [attacked_mob]!"), null, null, CHAT_TYPE_WEAPON_USE)
next_move += 4
user.next_move += 4

user.track_shot(initial(name))
apply_bullet_effects(projectile_to_fire, user, bullets_fired, dual_wield) //We add any damage effects that we need.
Expand Down

0 comments on commit 984049e

Please sign in to comment.