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