From 8da69dc433988ec2431f4caaf3762a6e82baedf4 Mon Sep 17 00:00:00 2001 From: thgvr Date: Wed, 29 Nov 2023 17:47:55 -0800 Subject: [PATCH] stupuid conflict --- code/game/turfs/closed/minerals.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/turfs/closed/minerals.dm b/code/game/turfs/closed/minerals.dm index 22900d9833f6..321a5ce25e90 100644 --- a/code/game/turfs/closed/minerals.dm +++ b/code/game/turfs/closed/minerals.dm @@ -158,8 +158,10 @@ var/list/mineralSpawnChanceList = list(/obj/item/stack/ore/uranium = 5, /obj/item/stack/ore/diamond = 1, /obj/item/stack/ore/gold = 10, /obj/item/stack/ore/silver = 12, /obj/item/stack/ore/plasma = 20, /obj/item/stack/ore/iron = 40, /obj/item/stack/ore/titanium = 11, /turf/closed/mineral/gibtonite = 4, /obj/item/stack/ore/bluespace_crystal = 1) + //Currently, Adamantine won't spawn as it has no uses. -Durandan var/mineralChance = 13 + /turf/closed/mineral/random/Initialize(mapload, inherited_virtual_z) mineralSpawnChanceList = typelist("mineralSpawnChanceList", mineralSpawnChanceList)