Skip to content

Commit

Permalink
Merge pull request #609 from sigurdfdragon/Tutorial_Fixes_2016_02_24
Browse files Browse the repository at this point in the history
Tutorial fixes 2016 02 24
  • Loading branch information
Vultraz committed Feb 24, 2016
2 parents ac6439e + d99806c commit 9358af7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/campaigns/tutorial/lua/character_selection.lua
Expand Up @@ -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,
Expand Down
3 changes: 3 additions & 0 deletions data/campaigns/tutorial/scenarios/01_Tutorial_part_1.cfg
Expand Up @@ -32,6 +32,7 @@
type=Fighter
id=student
name= _"Konrad"
unrenamable=yes
profile=portraits/konrad.png
canrecruit=yes

Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions data/campaigns/tutorial/scenarios/02_Tutorial_part_2.cfg
Expand Up @@ -29,6 +29,7 @@
type=Fighter
id=student
name= _ "Konrad"
unrenamable=yes
canrecruit=yes

facing=se
Expand Down

0 comments on commit 9358af7

Please sign in to comment.