From ae21ea53f5c71b529cf0aad25fef0a9e46df250c Mon Sep 17 00:00:00 2001 From: Heroman Date: Sun, 16 Feb 2020 04:58:48 +1000 Subject: [PATCH] AND DELETES ORIGINAL --- code/game/objects/items/falling_object_vr.dm | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/code/game/objects/items/falling_object_vr.dm b/code/game/objects/items/falling_object_vr.dm index 083263f746..038fc51025 100644 --- a/code/game/objects/items/falling_object_vr.dm +++ b/code/game/objects/items/falling_object_vr.dm @@ -51,17 +51,3 @@ /obj/effect/falling_effect/ex_act() return - - -/obj/effect/falling_effect/pizza_delivery - name = "PIZZA PIE POWER!" - crushing = FALSE - -/obj/effect/falling_effect/pizza_delivery/Initialize(mapload) - ..() - falling_type = pick(prob(20);/obj/item/pizzabox/meat, - prob(20);/obj/item/pizzabox/margherita, - prob(20);/obj/item/pizzabox/vegetable, - prob(20);/obj/item/pizzabox/mushroom, - prob(20);/obj/item/pizzabox/pineapple) - return INITIALIZE_HINT_LATELOAD