mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Fix mousetrap beaker assemblies not activating when container is opened (#96783)
## About The Pull Request Beaker needs to pass `on_found` down to the assembly ## Why It's Good For The Game Fixes #95826 ## Changelog 🆑 fix: fixed mousetrap beaker assemblies not triggering when container is opened /🆑
This commit is contained in:
@@ -355,6 +355,10 @@
|
||||
update_appearance()
|
||||
return TRUE
|
||||
|
||||
/obj/item/reagent_containers/cup/on_found(mob/finder)
|
||||
. = ..()
|
||||
lid_assembly?.on_found(finder)
|
||||
|
||||
/obj/item/reagent_containers/cup/Exited(atom/movable/gone, direction)
|
||||
. = ..()
|
||||
if (gone == lid_assembly)
|
||||
|
||||
Reference in New Issue
Block a user