mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-08 13:48:38 +00:00
TRoW S5: moved unit variable storage
This commit is contained in:
parent
614263ede2
commit
07f0e1ad10
@ -388,13 +388,6 @@
|
||||
speaker=Lady Outlaw
|
||||
message= _ "We should save the debate for later. I can still be of use to you. I shall scout the road ahead. We need to know if we can make it to Southbay. I’ll return in a few days."
|
||||
[/message]
|
||||
[store_unit]
|
||||
[filter]
|
||||
id=Lady Outlaw
|
||||
[/filter]
|
||||
variable=lady_store
|
||||
kill=yes
|
||||
[/store_unit]
|
||||
[/then]
|
||||
[/if]
|
||||
|
||||
@ -413,4 +406,24 @@
|
||||
image=portraits/haldric-mad.png
|
||||
[/message]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=victory
|
||||
|
||||
[if]
|
||||
[variable]
|
||||
name=have_lady
|
||||
numerical_equals=1
|
||||
[/variable]
|
||||
[then]
|
||||
[store_unit]
|
||||
[filter]
|
||||
id=Lady Outlaw
|
||||
[/filter]
|
||||
variable=lady_store
|
||||
kill=yes
|
||||
[/store_unit]
|
||||
[/then]
|
||||
[/if]
|
||||
[/event]
|
||||
[/scenario]
|
||||
|
Loading…
x
Reference in New Issue
Block a user