mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-30 03:52:52 +00:00
Fixes phoron showing up in non-romanovich asteroids. (#13679)
This commit is contained in:
@@ -62,7 +62,8 @@
|
||||
T.resources["silver"] = rand(RESOURCE_LOW_MIN, RESOURCE_LOW_MAX)
|
||||
T.resources["uranium"] = rand(RESOURCE_LOW_MIN, RESOURCE_LOW_MAX)
|
||||
T.resources["diamond"] = 0
|
||||
T.resources[MATERIAL_PHORON] = 0
|
||||
if(has_phoron)
|
||||
T.resources[MATERIAL_PHORON] = 0
|
||||
T.resources["osmium"] = 0
|
||||
T.resources["hydrogen"] = 0
|
||||
else if(tmp_cell < deep_val) // Rare metals.
|
||||
|
||||
Reference in New Issue
Block a user