Skip to content

Commit 26a9468

Browse files
Changes a single number (ParadiseSS13#25926)
1 parent 2a0d1c0 commit 26a9468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/mining/lavaland/necropolis_chests.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
desc = "It's watching you suspiciously."
1313

1414
/obj/structure/closet/crate/necropolis/tendril/populate_contents()
15-
var/loot = rand(1, 23)
15+
var/loot = rand(1, 24)
1616
switch(loot)
1717
if(1)
1818
new /obj/item/shared_storage/red(src)

0 commit comments

Comments
 (0)