diff --git a/code/modules/cargo/bounties/mecha.dm b/code/modules/cargo/bounties/mecha.dm index fc211810d4a..12f9a165ecd 100644 --- a/code/modules/cargo/bounties/mecha.dm +++ b/code/modules/cargo/bounties/mecha.dm @@ -9,6 +9,9 @@ /datum/bounty/item/mech/applies_to(obj/shipped) . = ..() + if(!.) + return + if(istype(shipped, /obj/vehicle/sealed/mecha)) shipped.balloon_alert_to_viewers("make diagnostic from inside!")