mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
probability for dufflebag spawns in personal lockers.
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
|
||||
/obj/structure/closet/secure_closet/personal/New()
|
||||
..()
|
||||
new /obj/item/weapon/storage/backpack/dufflebag(src)
|
||||
if(prob(50))
|
||||
new /obj/item/weapon/storage/backpack/dufflebag(src)
|
||||
if(prob(50))
|
||||
new /obj/item/weapon/storage/backpack(src)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user