fixes triple latched toolboxes spawning too often than anticipated (#1019)
This commit is contained in:
committed by
Poojawa
parent
40dae530a7
commit
42e8c5dbbd
@@ -21,8 +21,8 @@
|
||||
if(has_latches)
|
||||
if(prob(10))
|
||||
latches = "double_latch"
|
||||
else if(prob(1))
|
||||
latches = "triple_latch"
|
||||
if(prob(1))
|
||||
latches = "triple_latch"
|
||||
update_icon()
|
||||
|
||||
/obj/item/weapon/storage/toolbox/update_icon()
|
||||
|
||||
Reference in New Issue
Block a user