1
0
mirror of https://github.com/veden/Rampant.git synced 2025-02-05 13:14:51 +02:00

added spaceship- surfaces to exclusion list

This commit is contained in:
Aaron Veden 2021-12-27 11:17:20 -08:00
parent 64078e5e84
commit 30d7dcb7df
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84
2 changed files with 3 additions and 1 deletions

View File

@ -567,7 +567,8 @@ function upgrade.prepMap(universe, surface)
sFind(surfaceName, "NiceFill") or
sFind(surfaceName, "Asteroid Belt") or
sFind(surfaceName, "Vault ") or
(surfaceName == "RTStasisRealm")
(surfaceName == "RTStasisRealm") or
sFind(surfaceName, "spaceship- ")
then
return
end

View File

@ -3,6 +3,7 @@ Version: 2.0.4
Date: 17. 12. 2021
Improvements:
- Added RTStasisRealm to surface exclusion list
- Added space exploration spaceship surface to exclusion list
Bugfixes:
- Fixed onBuilderArrived if the builder was a unit and not a group (Thanks DBotThePony for reporting)
- Fixed adding player to chunk crash