Skip to content

Commit

Permalink
stupuid conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
thgvr committed Nov 30, 2023
1 parent 977fa30 commit 8da69dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/turfs/closed/minerals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8da69dc

Please sign in to comment.