Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MDB IGNORE] Ротация астеройдов. Новый астеройд. #13533

Merged
merged 13 commits into from
Sep 29, 2024
3 changes: 2 additions & 1 deletion code/controllers/subsystem/mapping.dm
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ SUBSYSTEM_DEF(mapping)
// load mining
if(global.config.load_mine)
if(config.minetype == "asteroid")
LoadGroup(FailedZs, "Asteroid", "asteroid", "asteroid.dmm", default_traits = ZTRAITS_ASTEROID)
var/asteroidmap = pick("asteroid_classic.dmm", "asteroid_rich.dmm")
LoadGroup(FailedZs, "Asteroid", "asteroid", asteroidmap, default_traits = ZTRAITS_ASTEROID)
else if(config.minetype == "prometheus_asteroid")
LoadGroup(FailedZs, "Asteroid", "prometheus_asteroid", "prometheus_asteroid.dmm", default_traits = ZTRAITS_ASTEROID)
else if (!isnull(config.minetype))
Expand Down
File renamed without changes.
Loading
Loading