From a657df0a8950811d23c6a1d86cc2d51ebf127481 Mon Sep 17 00:00:00 2001 From: "DESKTOP-4BUBN9N\\Mike" Date: Mon, 21 Nov 2022 22:03:40 +0000 Subject: [PATCH] update a comment --- code/modules/mining/abandonedcrates_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/abandonedcrates_vr.dm b/code/modules/mining/abandonedcrates_vr.dm index 28979fd46cc..4d8d403ae86 100644 --- a/code/modules/mining/abandonedcrates_vr.dm +++ b/code/modules/mining/abandonedcrates_vr.dm @@ -4,7 +4,7 @@ /obj/structure/closet/crate/secure/loot/proc/generate_loot() var/lootvalue = 0 while(lootvalue <= 10) //if the initial generation gives you less than 10 points of stuff, add more stuff - //decide how valuable the thing should be + //pick a thing to add to the crate - the format is "list(filepath, value) = weight," var/choice = list() choice = pickweight(list( list(/obj/item/weapon/storage/backpack/dufflebag/cratebooze,5) = 5,