Skip to content

Commit

Permalink
Buffs HvX tank vision by 1 (#16755)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aporhtonoma authored Nov 24, 2024
1 parent 16355eb commit c70b2e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions code/modules/vehicles/armored/_multitile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
max_occupants = 4
move_delay = 0.75 SECONDS
glide_size = 2.5
vis_range_mod = 2
ram_damage = 100
easy_load_list = list(
/obj/item/ammo_magazine/tank,
Expand Down
2 changes: 1 addition & 1 deletion code/modules/vehicles/armored/armored_actions.dm
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
owner.client.view_size.set_view_radius_to(4.5)
SEND_SOUND(owner, sound('sound/mecha/imag_enh.ogg', volume=50))
else
owner.client.view_size.reset_to_default()
owner.client.view_size.set_view_radius_to("[chassis.vis_range_mod]x[chassis.vis_range_mod]")
update_button_icon()

/datum/action/vehicle/sealed/armored/zoom/remove_action(mob/M)
Expand Down

0 comments on commit c70b2e1

Please sign in to comment.