update a comment

This commit is contained in:
DESKTOP-4BUBN9N\Mike
2022-11-21 22:03:40 +00:00
parent 4800514be4
commit a657df0a89
+1 -1
View File
@@ -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,