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,