From 4e096d2a9f5f97b08ad3e9cb8e1bbbe03807115b Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Thu, 7 Jan 2021 17:11:03 -0700 Subject: [PATCH] Update clowncar.dm --- code/modules/vehicles/cars/clowncar.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/vehicles/cars/clowncar.dm b/code/modules/vehicles/cars/clowncar.dm index 655ca21b93..0b75dbf4db 100644 --- a/code/modules/vehicles/cars/clowncar.dm +++ b/code/modules/vehicles/cars/clowncar.dm @@ -139,6 +139,7 @@ /obj/vehicle/sealed/car/clowncar/twitch_plays key_type = null + explode_on_death = FALSE /obj/vehicle/sealed/car/clowncar/twitch_plays/Initialize() . = ..()