From ee3417f19ad9e0d8ee180d376b77e37cb1fc0dab Mon Sep 17 00:00:00 2001 From: Markolie Date: Mon, 6 Feb 2017 01:42:59 +0100 Subject: [PATCH] Update chance --- code/modules/mining/lavaland/necropolis_chests.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/lavaland/necropolis_chests.dm b/code/modules/mining/lavaland/necropolis_chests.dm index 309c7c9f75c..0c296edbe0b 100644 --- a/code/modules/mining/lavaland/necropolis_chests.dm +++ b/code/modules/mining/lavaland/necropolis_chests.dm @@ -15,7 +15,7 @@ /obj/structure/closet/crate/necropolis/tendril/New() ..() // uncomment me once these items are being implemented - var/loot = rand(1,25) + var/loot = rand(1,24) switch(loot) if(1) new /obj/item/device/shared_storage/red(src)