We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ffff1 commit 4d9a097Copy full SHA for 4d9a097
1 file changed
modular_meta/features/gainable_mythril/code/minerals.dm
@@ -6,7 +6,7 @@
6
cost = 5
7
8
/turf/closed/mineral/strong/drop_ores()
9
- if(prob(66))
+ if(prob(33))
10
new /obj/item/stack/sheet/mineral/mythril(src, 5)
11
else
12
new /obj/item/stack/sheet/mineral/adamantine(src, 5)
0 commit comments