Skip to content

Commit

Permalink
Added a comma after "accuracy" = 2, I just copy-pasted, please don't …
Browse files Browse the repository at this point in the history
…yell at me. :^(
  • Loading branch information
MarplePhonks committed Aug 26, 2024
1 parent 25659c0 commit 05ec66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/vehicles/hardpoints/support/artillery.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
var/view_tile_offset = 8

buff_multipliers = list(
"accuracy" = 2
"accuracy" = 2,
)

/obj/item/hardpoint/support/artillery_module/handle_fire(atom/target, mob/living/user, params)
Expand Down

0 comments on commit 05ec66b

Please sign in to comment.