Skip to content

Commit

Permalink
Doesn't break it but looks out of place.
Browse files Browse the repository at this point in the history
  • Loading branch information
SDarkra1 committed Oct 9, 2023
1 parent 210ff87 commit eda6acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ <h4>Weapon: <span id="weapon">None</span></h4>
attributes.append(createAttributeButton("Killstreak sheen", "killstreak_idleeffect", 2014, 3));
attributes.append(createAttributeButton("Killstreak effect", "killstreak_effect", 2013, 3));
attributes.append(createAttributeButton("Pumpkin Bombs", "halloween_pumpkin_explosions", 1007, 1));
attributes.append(createAttributeButton("Halloween Flames", "halloween_green_flames", 1008, 1))
attributes.append(createAttributeButton("Halloween Flames", "halloween_green_flames", 1008, 1));
attributes.append(createAttributeButton("Voices from Below", "halloween_voice_modulation", 1006, 1));
attributes.append(createAttributeButton("Jingle all the way", "add_jingle_to_footsteps", 364, 1));
attributes.append(createAttributeButton("Pip-Boy Build Menu", "set_custom_buildmenu", 295, 1));
Expand Down

0 comments on commit eda6acf

Please sign in to comment.