Skip to content

Commit 4d9a097

Browse files
committed
prob(33)
1 parent 66ffff1 commit 4d9a097

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modular_meta/features/gainable_mythril/code/minerals.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
cost = 5
77

88
/turf/closed/mineral/strong/drop_ores()
9-
if(prob(66))
9+
if(prob(33))
1010
new /obj/item/stack/sheet/mineral/mythril(src, 5)
1111
else
1212
new /obj/item/stack/sheet/mineral/adamantine(src, 5)

0 commit comments

Comments
 (0)