diff --git a/code/modules/vending/_vending.dm b/code/modules/vending/_vending.dm index 9becf90a5d8..b3125e4925d 100644 --- a/code/modules/vending/_vending.dm +++ b/code/modules/vending/_vending.dm @@ -532,7 +532,7 @@ GLOBAL_LIST_EMPTY(vending_products) ///Tilts ontop of the atom supplied, if crit is true some extra shit can happen. Returns TRUE if it dealt damage to something. /obj/machinery/vending/proc/tilt(atom/fatty, crit=FALSE) - if(QDELETED(src)) + if(QDELETED(src) || !has_gravity(src)) return visible_message(span_danger("[src] tips over!")) tilted = TRUE