Skip to content

Commit

Permalink
Update vehicle_occupant.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
X0-11 committed Jul 14, 2024
1 parent bf57e99 commit a467473
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/halo/vehicles/vehicle_occupant.dm
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
to_chat(user,"<span class = 'info'>You are now in the [position] position of [src].</span>")
if(position == "driver")
add_remove_vehicle_actions(user)
else if(position == "gunner")
comp_prof.give_gunner_weapons(src)
return 1

/obj/vehicles/proc/do_seat_switch(var/mob/user,var/position)
Expand Down

0 comments on commit a467473

Please sign in to comment.