Skip to content

Commit

Permalink
no
Browse files Browse the repository at this point in the history
  • Loading branch information
Runian committed Oct 26, 2024
1 parent e02e05f commit d36b9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/vehicles/unmanned/unmanned_vehicle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
. = ..()
if(.)
return
if(istype(I, /obj/item/uav_turret) || istype(I, /obj/item/explosive/plastique))
if(istype(I, /obj/item/uav_turret) || (istype(I, /obj/item/explosive/plastique) && allow_detpacks))
return equip_turret(I, user)
if(istype(I, /obj/item/ammo_magazine))
return reload_turret(I, user)
Expand Down

0 comments on commit d36b9b3

Please sign in to comment.