From 26a946827798efdde8bd8e51c3e9684fdbeb1ca1 Mon Sep 17 00:00:00 2001 From: SchrodingersWolf <108938550+SchrodingersWolf@users.noreply.github.com> Date: Sat, 15 Jun 2024 13:04:25 -0400 Subject: [PATCH] Changes a single number (#25926) --- 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 099d24c5e85..077b6e1037b 100644 --- a/code/modules/mining/lavaland/necropolis_chests.dm +++ b/code/modules/mining/lavaland/necropolis_chests.dm @@ -12,7 +12,7 @@ desc = "It's watching you suspiciously." /obj/structure/closet/crate/necropolis/tendril/populate_contents() - var/loot = rand(1, 23) + var/loot = rand(1, 24) switch(loot) if(1) new /obj/item/shared_storage/red(src)