Skip to content

Commit

Permalink
APC working
Browse files Browse the repository at this point in the history
  • Loading branch information
Doubleumc committed Oct 29, 2023
1 parent 05512d1 commit d6ba19b
Show file tree
Hide file tree
Showing 7 changed files with 203 additions and 295 deletions.
3 changes: 2 additions & 1 deletion code/modules/vehicles/apc/apc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,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/name_vehicle,
/obj/vehicle/multitile/proc/cycle_firemode
))
else if(seat == VEHICLE_GUNNER)
add_verb(M.client, list(
Expand Down
Loading

0 comments on commit d6ba19b

Please sign in to comment.