From 50140d6ad65d8fd3cebdc783d45c1daccf4c4053 Mon Sep 17 00:00:00 2001 From: Spades Date: Sun, 4 Sep 2016 17:32:21 -0400 Subject: [PATCH] Just the fix to random med item now --- code/game/objects/random/random.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/game/objects/random/random.dm b/code/game/objects/random/random.dm index c891c7af251..531a359d833 100644 --- a/code/game/objects/random/random.dm +++ b/code/game/objects/random/random.dm @@ -11,11 +11,9 @@ ..() if (!prob(spawn_nothing_percentage)) spawn_item() - -/obj/random/initialize() - ..() qdel(src) + // this function should return a specific item to spawn /obj/random/proc/item_to_spawn() return 0