Skip to content

Commit

Permalink
var
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuuhuuuu committed Apr 5, 2024
1 parent 2408b02 commit ec40f45
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 @@ -26,7 +26,7 @@
flags_atom = FPRINT|CONDUCT
flags_item = TWOHANDED
light_system = DIRECTIONAL_LIGHT
interup_tactical_reload = INTERRUPT_INCAPACITATED
var/interup_tactical_reload = INTERRUPT_INCAPACITATED

var/accepted_ammo = list()
///Determines what kind of bullet is created when the gun is unloaded - used to match rounds to magazines. Set automatically when reloading.
Expand Down

0 comments on commit ec40f45

Please sign in to comment.