Skip to content

Commit

Permalink
pb should still have some kind of delay i think
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed May 11, 2024
1 parent 69471e7 commit 92e3bde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/projectiles/gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1437,6 +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

Check failure on line 1440 in code/modules/projectiles/gun.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var: "next_move"

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 92e3bde

Please sign in to comment.