cooljeanius / The_Earths_Gut

The Earth's Gut (TEG) is a Wesnoth add-on campaign; originally by @anonymissimus
https://forums.wesnoth.org/viewtopic.php?f=8&t=26800
GNU General Public License v2.0
6 stars 6 forks source link

Have the Elvish Leader in The Great Gates and The Return keep at least some of his recall list. #14

Closed Ashmyr closed 2 years ago

Ashmyr commented 2 years ago

It seems odd that ALL the survivors died. Perhaps he could have some, as to make the fight slightly easier? All you have is inexperienced woses..

cooljeanius commented 2 years ago

I think it ought to be as simple as adding:

persistent=yes
save_id=Eowariand

...to the side declarations in question; I'll have to test that when porting to 1.16...

cooljeanius commented 2 years ago

halfway there as of aaff3f7 (or a third of the way there if you include the relevant part of #20 here as well)

cooljeanius commented 2 years ago

I think it ought to be as simple as adding:

persistent=yes
save_id=Eowariand

...to the side declarations in question; I'll have to test that when porting to 1.16...

ok so apparently this caused me to wind up with two Eowariands:

Screen Shot 2022-06-08 at 20 29 43

I'll try killing the one in the recall list...

cooljeanius commented 2 years ago

I'll try killing the one in the recall list...

ok so yeah that worked; committed in e49491f