Skip to content

Commit

Permalink
I'm a stupid dumb idiot and forgot to remove a variable definition I …
Browse files Browse the repository at this point in the history
…didn't need
  • Loading branch information
BasilHerb committed Nov 26, 2024
1 parent 2a60f4e commit 0c19870
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/projectiles/gun_attachables.dm
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ Defined in conflicts.dm of the #defines folder.
var/recoil_unwielded_mod = 0 //same as above but for onehanded firing.
var/burst_scatter_mod = 0 //Modifier to scatter from wielded burst fire, works off a multiplier.
var/light_mod = 0 //Adds an x-brightness flashlight to the weapon, which can be toggled on and off.
var/set_light_color = 0 //I don't know what this does, testing
var/delay_mod = 0 //Changes firing delay. Cannot go below 0.
var/burst_mod = 0 //Changes burst rate. 1 == 0.
var/size_mod = 0 //Increases the weight class.
Expand Down

0 comments on commit 0c19870

Please sign in to comment.