diff --git a/modular_nova/modules/modular_vending/code/vending.dm b/modular_nova/modules/modular_vending/code/vending.dm index 92e96f48932..37c452badf0 100644 --- a/modular_nova/modules/modular_vending/code/vending.dm +++ b/modular_nova/modules/modular_vending/code/vending.dm @@ -90,6 +90,11 @@ // FLUFFY FRONTIER EDIT END return ..() +/obj/machinery/vending/spawn_frame(disassembled) + if(ai_controller) // Vendor uprising, vending machines that are jumping around shouldn't be anchored + set_anchored(FALSE) + return ..() + /// This proc checks for forbidden traits cause it'd be pretty bad to have 5 insuls available to assistants roundstart at the vendor! /obj/machinery/vending/proc/allow_increase(obj/item/clothing/clothing_path) var/obj/item/clothing/clothing = new clothing_path()