Changes a single number (#25926)

This commit is contained in:
SchrodingersWolf
2024-06-15 13:04:25 -04:00
committed by GitHub
parent 2a0d1c0416
commit 26a9468277
@@ -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)