Ground Ore Fix (#17486)

This commit is contained in:
Geeves
2023-10-01 12:46:22 +02:00
committed by GitHub
parent 721dfeeeed
commit 08ccbd5f69
7 changed files with 66 additions and 60 deletions
@@ -174,9 +174,9 @@
if(!resources)
resources = list()
if(prob(5))
resources[MATERIAL_URANIUM] = rand(1,3)
resources[ORE_URANIUM] = rand(1,3)
if(prob(2))
resources[MATERIAL_DIAMOND] = 1
resources[ORE_DIAMOND] = 1
/turf/simulated/floor/exoplanet/grass/grove
icon_state = "grove_grass1"
@@ -15,9 +15,9 @@
if(!resources)
resources = list()
if(prob(5))
resources[MATERIAL_URANIUM] = rand(1,3)
resources[ORE_URANIUM] = rand(1,3)
if(prob(2))
resources[MATERIAL_DIAMOND] = 1
resources[ORE_DIAMOND] = 1
/turf/simulated/floor/exoplanet/grass/grove
icon_state = "grove_grass1"