1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-30 13:32:59 +00:00

newlands:: more theming

This commit is contained in:
Zeno Rogue
2018-12-25 19:25:09 +01:00
parent bc27e10dc9
commit a1b22cbf9f
4 changed files with 12 additions and 5 deletions

View File

@@ -782,7 +782,7 @@ monstertype minf[motypes] = {
{ 'B', 0xE07060, "Acid Bird", NODESCYET},
{ 'W', 0xA04060, "Mutant", NODESCYET},
{ 'W', 0xC04040, "Falling Dog", NODESCYET},
{ 'B', 0x40C040, "Western Hawk", NODESCYET},
{ 'B', 0xC0C040, "Western Hawk", NODESCYET},
// shmup specials
{ '@', 0xC0C0C0, "Rogue", "In the Shoot'em Up mode, you are armed with thrown Knives."},
@@ -1634,7 +1634,7 @@ const landtype linf[landtypes] = {
" option was on."
},
{ 0x804000, "Brown Islands", NODESCYET},
{ 0xA04060, "Free Fall", NODESCYET},
{ 0x211F6F, "Free Fall", NODESCYET},
{ 0x30FF30, "Irradiated Field", NODESCYET}
};