1
0
mirror of https://github.com/veden/Rampant.git synced 2025-03-17 20:58:35 +02:00

added RTStasisRealm to exclusion list for surfaces

This commit is contained in:
Aaron Veden 2021-12-17 15:54:16 -08:00
parent 588b1f06dd
commit 22407709af
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -1,6 +1,8 @@
---------------------------------------------------------------------------------------------------
Version: 2.0.4
Date: 17. 12. 2021
Improvements:
- Added RTStasisRealm to surface exclusion list
---------------------------------------------------------------------------------------------------
Version: 2.0.3