diff --git a/planet/Objects.ocd/Libraries.ocd/Destructible.ocd/Script.c b/planet/Objects.ocd/Libraries.ocd/Destructible.ocd/Script.c index d9750eace..742df9a0a 100644 --- a/planet/Objects.ocd/Libraries.ocd/Destructible.ocd/Script.c +++ b/planet/Objects.ocd/Libraries.ocd/Destructible.ocd/Script.c @@ -122,6 +122,7 @@ public func GetInteractionMenus(object clonk) { title = "$Damage$", entries_callback = this.GetDamageMenuEntries, + entries_callback_target = this, callback_hover = "OnDamageMenuHover", callback_target = this, BackgroundColor = RGB(75, 50, 0),