Fixes being unable to put a horn in a clown car (#95506)

## About The Pull Request

Calls parent

## Why It's Good For The Game

fixes #95499
This commit is contained in:
Leland Kemble
2026-03-25 16:29:15 -05:00
committed by GitHub
parent e32dea142a
commit c8dfe14d8f
+1 -1
View File
@@ -101,7 +101,7 @@
/obj/vehicle/sealed/car/clowncar/item_interaction(mob/living/user, obj/item/tool, list/modifiers)
if(!istype(tool, /obj/item/food/grown/banana))
return
return ..()
var/obj/item/food/grown/banana/banana = tool
repair_damage(banana.seed.potency)
to_chat(user, span_danger("You use [banana] to repair [src]!"))