From 05ec66b70e188e1a10992ab4aa97de5ef9670862 Mon Sep 17 00:00:00 2001 From: MarplePhonks Date: Mon, 26 Aug 2024 18:07:10 +0200 Subject: [PATCH] Added a comma after "accuracy" = 2, I just copy-pasted, please don't yell at me. :^( --- code/modules/vehicles/hardpoints/support/artillery.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vehicles/hardpoints/support/artillery.dm b/code/modules/vehicles/hardpoints/support/artillery.dm index ea2707fb6961..39a039d53e1f 100644 --- a/code/modules/vehicles/hardpoints/support/artillery.dm +++ b/code/modules/vehicles/hardpoints/support/artillery.dm @@ -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)