Skip to content

Commit

Permalink
scatter and tank weapons working
Browse files Browse the repository at this point in the history
  • Loading branch information
Doubleumc committed Nov 5, 2023
1 parent e94cf39 commit 4416030
Show file tree
Hide file tree
Showing 18 changed files with 195 additions and 377 deletions.
9 changes: 5 additions & 4 deletions code/modules/vehicles/apc/apc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ GLOBAL_LIST_EMPTY(command_apc_list)
/obj/vehicle/multitile/proc/activate_horn,
/obj/vehicle/multitile/proc/switch_hardpoint,
/obj/vehicle/multitile/proc/cycle_hardpoint,
/obj/vehicle/multitile/proc/name_vehicle,
/obj/vehicle/multitile/proc/cycle_firemode
///obj/vehicle/multitile/proc/cycle_firemode,
/obj/vehicle/multitile/proc/name_vehicle
))
else if(seat == VEHICLE_GUNNER)
add_verb(M.client, list(
Expand Down Expand Up @@ -140,14 +140,15 @@ GLOBAL_LIST_EMPTY(command_apc_list)
/obj/vehicle/multitile/proc/activate_horn,
/obj/vehicle/multitile/proc/switch_hardpoint,
/obj/vehicle/multitile/proc/cycle_hardpoint,
/obj/vehicle/multitile/proc/name_vehicle,
///obj/vehicle/multitile/proc/cycle_firemode,
/obj/vehicle/multitile/proc/name_vehicle
))
else if(seat == VEHICLE_GUNNER)
remove_verb(M.client, list(
/obj/vehicle/multitile/proc/switch_hardpoint,
/obj/vehicle/multitile/proc/cycle_hardpoint,
/obj/vehicle/multitile/proc/toggle_shift_click,
/obj/vehicle/multitile/proc/name_vehicle,
/obj/vehicle/multitile/proc/name_vehicle
))
else if(seat == VEHICLE_SUPPORT_GUNNER_ONE || seat == VEHICLE_SUPPORT_GUNNER_TWO)
remove_verb(M.client, list(
Expand Down
Loading

0 comments on commit 4416030

Please sign in to comment.