Skip to content

Commit

Permalink
Adds an accuracy buff, increases view_tile_offset by 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarplePhonks committed Aug 26, 2024
1 parent 37cc136 commit 25659c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion code/modules/vehicles/hardpoints/support/artillery.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@

var/is_active = 0
var/view_buff = 10 //This way you can VV for more or less fun
var/view_tile_offset = 7
var/view_tile_offset = 8

buff_multipliers = list(
"accuracy" = 2
)

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

0 comments on commit 25659c0

Please sign in to comment.