Merge pull request #609 from sigurdfdragon/Tutorial_Fixes_2016_02_24
Tutorial fixes 2016 02 24
This commit is contained in:
commit
9358af7ad1
3 changed files with 5 additions and 0 deletions
|
@ -93,6 +93,7 @@ function wml_actions.select_character()
|
|||
type = "Fighteress",
|
||||
id = unit.id,
|
||||
name = _"Li’sar",
|
||||
unrenamable = true,
|
||||
profile = "portraits/lisar.png",
|
||||
canrecruit = true,
|
||||
facing = unit.facing,
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
type=Fighter
|
||||
id=student
|
||||
name= _"Konrad"
|
||||
unrenamable=yes
|
||||
profile=portraits/konrad.png
|
||||
canrecruit=yes
|
||||
|
||||
|
@ -75,9 +76,11 @@
|
|||
type=Elder Mage
|
||||
profile=portraits/delfador.png~RIGHT()
|
||||
x,y=13,6
|
||||
random_traits=no
|
||||
facing=nw
|
||||
{IS_HERO}
|
||||
[modifications]
|
||||
{TRAIT_INTELLIGENT}
|
||||
[object]
|
||||
[effect]
|
||||
apply_to=new_animation
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
type=Fighter
|
||||
id=student
|
||||
name= _ "Konrad"
|
||||
unrenamable=yes
|
||||
canrecruit=yes
|
||||
|
||||
facing=se
|
||||
|
|
Loading…
Add table
Reference in a new issue