diff --git a/code/game/turfs/space/transit.dm b/code/game/turfs/space/transit.dm index 04519669822..7e1bf788c3f 100644 --- a/code/game/turfs/space/transit.dm +++ b/code/game/turfs/space/transit.dm @@ -92,7 +92,7 @@ /obj/handle_airdrop(turf/target) . = ..() - if(!CHECK_BITFIELD(resistance_flags, INDESTRUCTIBLE) && prob(30)) // throwing objects from the air is not always a good idea + if(!CHECK_BITFIELD(resistance_flags, INDESTRUCTIBLE)) // throwing objects from the air is not always a good idea visible_message(span_danger("[src] falls out of the sky and mangles into the uselessness by the impact!")) playsound(src, 'sound/effects/metal_crash.ogg', 35, 1) deconstruct(FALSE)