fixes triple latched toolboxes spawning too often than anticipated (#1019)

This commit is contained in:
CitadelStationBot
2017-05-18 12:42:09 -05:00
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()