URL:
  <http://gna.org/bugs/?11295>

                 Summary: The Hammer campaign of Thursagan - part of
12_The_Underlevels.cfg doesn't use masked units
                 Project: Battle for Wesnoth
            Submitted by: vaxquis
            Submitted on: Monday 03/17/2008 at 14:07
                Category: Bug
                Severity: 2 - Minor
                Priority: 5 - Normal
              Item Group: Campaign
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.4
        Operating System: any (w98)

    _______________________________________________________

Details:

quotes from the campaign:
scen. 11:
"Then Karrag has fled to the underlevels. None but his masked ones go there
any more."
scen. 12:
" Only Karrag and his personal followers used this level. "

but, at the same time, guard units in the main hall *aren't* generated as
masked, due to typos in macro file:
(in macros.cfg)
#define MASKED_GUARD X Y
    [unit]
        type=Dwarvish Steelclad // FIX: change to Dwarvish Masked Steelclad
        x={X}
        y={Y}
        side=2
        ai_special=guardian
        random_traits=yes
        generate_description=yes
        user_description= _ "Masked Dwarf"
    [/unit]
#enddef

#define MASKED_SNIPER X Y
    [unit]
        type=Dwarvish Thunderguard // FIX: change to Dwarvish Masked
Thunderguard
        x={X}
        y={Y}
        side=2
        ai_special=guardian
        random_traits=yes
        generate_description=yes
        user_description= _ "Masked Dwarf"
    [/unit]
#enddef

#define MASKED_STALWART X Y
    [unit]
        type=Dwarvish Stalwart // TODO: make Dwarvish Masked Stalwart unit
later on...
        x={X}
        y={Y}
        side=2
        ai_special=guardian
        random_traits=yes
        generate_description=yes
        user_description= _ "Masked Dwarf"
    [/unit]
#enddef 

it works 100% fine after the corrections are done.




    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?11295>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to