From 37b89bbc3f0fca24f09d4ce87c9f99cd80abbf62 Mon Sep 17 00:00:00 2001 From: InvalidArgument3 <51190031+InvalidArgument3@users.noreply.github.com> Date: Thu, 30 Sep 2021 23:49:42 -0500 Subject: [PATCH] fixes inextinguishable vehicles (#61793) --- code/modules/vehicles/_vehicle.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/vehicles/_vehicle.dm b/code/modules/vehicles/_vehicle.dm index 9ec5e600f76..625f3e06b74 100644 --- a/code/modules/vehicles/_vehicle.dm +++ b/code/modules/vehicles/_vehicle.dm @@ -8,6 +8,7 @@ density = TRUE anchored = FALSE blocks_emissive = EMISSIVE_BLOCK_GENERIC + pass_flags_self = PASSMACHINE COOLDOWN_DECLARE(cooldown_vehicle_move) var/list/mob/occupants //mob = bitflags of their control level. ///Maximum amount of passengers plus drivers