mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 10:20:30 +00:00
Some very minor fixes for DiD
This commit is contained in:
parent
fd3384bab2
commit
2ad0a66214
@ -556,6 +556,28 @@
|
||||
[/message]
|
||||
#enddef
|
||||
|
||||
#define DIALOGUE_ASF_FOUNDENTRANCE
|
||||
[message]
|
||||
speaker=unit
|
||||
message=_ "Here is the entrance! Hurry!"
|
||||
[/message]
|
||||
#enddef
|
||||
|
||||
#define DIALOGUE_ASF_KICKEDWATER
|
||||
[message]
|
||||
speaker=unit
|
||||
message=_ "Ooouuuh! It burns... burrrrnnns..."
|
||||
[/message]
|
||||
[message]
|
||||
speaker=Malin Keshar
|
||||
message=_ "What in the name of all demons of hell was this thing?"
|
||||
[/message]
|
||||
[message]
|
||||
speaker=Darken Volk
|
||||
message=_ "This was the inpact of what is known as holy water among common people. It is brewed in a complicated and mysterious procedure only known to a few priests and often used to fight resurrected creates because of the great witcheries attached to it."
|
||||
[/message]
|
||||
#enddef
|
||||
|
||||
# ----- A Small Favor (Part 2) -------------------------------------------
|
||||
# no story
|
||||
|
||||
|
@ -195,7 +195,7 @@
|
||||
{VARIABLE undeadWarning yes}
|
||||
[modify_side]
|
||||
side=2
|
||||
{GOLD 300 700 700}
|
||||
{GOLD 150 300 600}
|
||||
[/modify_side]
|
||||
[/then]
|
||||
[/if]
|
||||
@ -208,7 +208,7 @@
|
||||
x,y=5,5
|
||||
race=undead
|
||||
[/filter]
|
||||
# NEED SOME DIALOGUE
|
||||
{DIALOGUE_ASF_KICKEDWATER}
|
||||
[kill]
|
||||
x,y=5,5
|
||||
animate=yes
|
||||
@ -251,6 +251,7 @@
|
||||
y=7,6,5-7,5-6
|
||||
[/have_unit]
|
||||
[then]
|
||||
{DIALOGUE_ASF_FOUNDENTRANCE}
|
||||
[endlevel]
|
||||
bonus=no
|
||||
result=continue
|
||||
@ -274,6 +275,7 @@
|
||||
y=7,6,5-7,5-6
|
||||
[/have_unit]
|
||||
[then]
|
||||
{DIALOGUE_ASF_FOUNDENTRANCE}
|
||||
[endlevel]
|
||||
bonus=no
|
||||
result=continue
|
||||
|
@ -156,7 +156,7 @@
|
||||
user_description=_ "Mal Keshar"
|
||||
unrenamable=yes
|
||||
canrecruit=1
|
||||
profile=malinlich.png
|
||||
profile=portraits/malinlich.png
|
||||
x,y=1,1
|
||||
hitpoints=5
|
||||
[/unit]
|
||||
|
@ -5,10 +5,10 @@
|
||||
race=undead
|
||||
image="units/ghast.png"
|
||||
{TRAIT_FEARLESS_MUSTHAVE}
|
||||
[advancefrom]
|
||||
unit=Necrophage
|
||||
experience=60
|
||||
[/advancefrom]
|
||||
# [advancefrom]
|
||||
# unit=Necrophage
|
||||
# experience=60
|
||||
# [/advancefrom]
|
||||
hitpoints=65
|
||||
movement_type=undeadfoot
|
||||
movement=5
|
||||
|
Loading…
x
Reference in New Issue
Block a user