Skip to content

Commit

Permalink
turret tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
X0-11 committed Jun 8, 2024
1 parent 851e160 commit 89552a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/halo/vehicles/vehiclebase_weaponry.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
reconsider_magazine()
. = ..()

/obj/item/weapon/gun/vehicle_turret/Destroy()
. = ..()
linked_vehicle = null

/obj/item/weapon/gun/vehicle_turret/dropped(var/mob/user)
. = ..()
loc = null
Expand Down

0 comments on commit 89552a2

Please sign in to comment.