LoW 09: Remove a silly use of [+unit].

This commit is contained in:
fendrin 2016-08-06 16:39:24 +02:00
parent 49f7103ad1
commit b8b72750f9
2 changed files with 42 additions and 52 deletions

View file

@ -471,16 +471,14 @@ Chapter Three"
[command]
{RANDOM_PLACEMENT 32 9 1 (
[unit]
type=Water Serpent
id=Sealurr
name= _ "Sealurr"
side=7
[modifications]
{TRAIT_RESILIENT}
{TRAIT_STRONG}
[/modifications]
[/unit]
type=Water Serpent
id=Sealurr
name= _ "Sealurr"
side=7
[modifications]
{TRAIT_RESILIENT}
{TRAIT_STRONG}
[/modifications]
) }
[message]
@ -493,16 +491,14 @@ Chapter Three"
[/scroll_to_unit]
{RANDOM_PLACEMENT 3 10 2 (
[unit]
type=Cuttle Fish
id=Kallub
name= _ "Kallub"
side=7
[modifications]
{TRAIT_RESILIENT}
{TRAIT_STRONG}
[/modifications]
[/unit]
type=Cuttle Fish
id=Kallub
name= _ "Kallub"
side=7
[modifications]
{TRAIT_RESILIENT}
{TRAIT_STRONG}
[/modifications]
) }
[message]
@ -516,16 +512,14 @@ Chapter Three"
#ifndef EASY
{RANDOM_PLACEMENT 3 11 2 (
[unit]
type=Water Serpent
id=Scardeep
name= _ "Scardeep"
side=7
[modifications]
{TRAIT_RESILIENT}
{TRAIT_STRONG}
[/modifications]
[/unit]
type=Water Serpent
id=Scardeep
name= _ "Scardeep"
side=7
[modifications]
{TRAIT_RESILIENT}
{TRAIT_STRONG}
[/modifications]
) }
[message]
@ -538,16 +532,14 @@ Chapter Three"
[/scroll_to_unit]
{RANDOM_PLACEMENT 16 8 2 (
[unit]
type=Cuttle Fish
id=Kalimar
name= _ "Kalimar"
side=7
[modifications]
{TRAIT_RESILIENT}
{TRAIT_STRONG}
[/modifications]
[/unit]
type=Cuttle Fish
id=Kalimar
name= _ "Kalimar"
side=7
[modifications]
{TRAIT_RESILIENT}
{TRAIT_STRONG}
[/modifications]
) }
[scroll_to_unit]
@ -557,16 +549,14 @@ Chapter Three"
#ifdef HARD
{RANDOM_PLACEMENT 34 10 1 (
[unit]
type=Cuttle Fish
id=Alkamar
name= _ "Alkamar"
side=7
[modifications]
{TRAIT_RESILIENT}
{TRAIT_STRONG}
[/modifications]
[/unit]
type=Cuttle Fish
id=Alkamar
name= _ "Alkamar"
side=7
[modifications]
{TRAIT_RESILIENT}
{TRAIT_STRONG}
[/modifications]
) }
[scroll_to_unit]

View file

@ -158,8 +158,8 @@ Elvish Shaman, Elvish Shyde, Elvish Enchantress, Elvish Sorceress, Elvish Sylph,
radius={_RADIUS}
[/filter_location]
[command]
{_WML}
[+unit]
[unit]
{_WML}
x,y=$random_placement_location.x,$random_placement_location.y
[/unit]
[/command]