mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
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:
@@ -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!")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user