Skip to content

Commit

Permalink
Update specialist.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
ClairionCM authored Aug 30, 2023
1 parent 103da50 commit b71af24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/projectiles/guns/specialist.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1448,6 +1448,9 @@
if(!do_after(user, 1 SECONDS, INTERRUPT_ALL, BUSY_ICON_GENERIC))
return

if(!current_mag || !current_mag.current_rounds)
return

current_mag.current_rounds--

flare_turf.ceiling_debris()
Expand Down

0 comments on commit b71af24

Please sign in to comment.