From 8195ca9e81be0ce44d0fc422d6ce16d02c636a73 Mon Sep 17 00:00:00 2001 From: unusualcrow Date: Thu, 15 Dec 2016 12:26:36 -0500 Subject: [PATCH] aaaaa --- code/modules/vehicles/firebird.dm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/code/modules/vehicles/firebird.dm b/code/modules/vehicles/firebird.dm index e96662c8c7..6d8488ac5b 100644 --- a/code/modules/vehicles/firebird.dm +++ b/code/modules/vehicles/firebird.dm @@ -38,10 +38,9 @@ addtimer(src, "reset_cooldown", 100) /datum/action/firebird_boost/IsAvailable() - if(..()) - if(cooldown = TRUE) - return 0 - return 1 + if(cooldown = TRUE) + return 0 + return ..() /datum/action/firebird_boost/proc/deactivate_boost(mob/living/carbon/human/H) boosting = FALSE