Fix all spellings of Statis->Stasis

This commit is contained in:
Bryan W. Weber 2018-10-14 13:55:01 -04:00
parent f90f2026ec
commit 345f0db27e
No known key found for this signature in database
GPG key ID: 3A93E209C87E1FE7
3 changed files with 6 additions and 6 deletions

View file

@ -187,7 +187,7 @@ All the following are from [the Noun Project](https://thenounproject.com) licenc
* [Missile](https://thenounproject.com/term/missile/799922/) By ProSymbols for SS Booster
* [Rocket](https://thenounproject.com/term/rocket/937173/) By BomSymbols for SS Cockpit
* [Engine](https://thenounproject.com/term/engine/1877958/) By Andre for SS Engine
* [Chamber](https://thenounproject.com/term/chamber/1242689/) By IYIKON for SS Statis Chamber
* [Chamber](https://thenounproject.com/term/chamber/1242689/) By IYIKON for SS Stasis Chamber
## Social Policies

View file

@ -3134,13 +3134,13 @@
French:"Usine du vaisseau spatial"
Romanian:"Fabbrica di astronave"
}
"SS Booster":{ //no traslation that i know of
"SS Booster":{ //no translation that I know of
}
"SS Cockpit":{ //no traslation that i know of
"SS Cockpit":{ //no translation that I know of
}
"SS Engine":{ //no traslation that i know of
"SS Engine":{ //no translation that I know of
}
"SS Statis Chamber":{ //no traslation that i know of
"SS Stasis Chamber":{ //no translation that I know of
}

View file

@ -10,7 +10,7 @@ class ScienceVictoryManager {
requiredParts.add("SS Booster", 3)
requiredParts.add("SS Cockpit", 1)
requiredParts.add("SS Engine", 1)
requiredParts.add("SS Statis Chamber", 1)
requiredParts.add("SS Stasis Chamber", 1)
}
fun clone(): ScienceVictoryManager {