Added a terrain description for oasis, and other tweaks to the entry
Removed it from the forest editor group since it doesn't really belong there even if the images have some palm trees, and changed the way the aliasing is defined to allow it to show up in the sands terrain help group.
This commit is contained in:
parent
2c07b397f9
commit
20e6ee7190
1 changed files with 6 additions and 3 deletions
|
@ -317,10 +317,13 @@ Most units receive 20 to 40% defense in sand."
|
|||
name= _ "Oasis"
|
||||
default_base=Dd
|
||||
string=^Do
|
||||
aliasof=_bas
|
||||
# Note: we must do the aliasing this way to allow the terrain to show up in the "Sands" terrain help group
|
||||
aliasof=Dt
|
||||
def_alias=_bas
|
||||
mvt_alias=_bas
|
||||
heals=8
|
||||
#gives_income=yes
|
||||
editor_group=desert, forest
|
||||
editor_group=desert
|
||||
help_topic_text= _ "A welcome sight to any traveler, an oasis allows units to heal as if stationed in a village, but provides no income or defensive advantage."
|
||||
[/terrain_type]
|
||||
|
||||
[terrain_type]
|
||||
|
|
Loading…
Add table
Reference in a new issue