Fixes mech bounty runtimes (#91180)

## About The Pull Request

Didn't check the parent call which made all sorts of things be typecast
into mech diagnostics which then runtimed.

## Changelog
🆑
fix: Fixed mech bounty runtimes
/🆑
This commit is contained in:
SmArtKar
2025-05-16 23:08:40 -07:00
committed by GitHub
parent 5466c2d0dc
commit 41a48d1886
+3
View File
@@ -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!")