[Achievements] add correct tag (#7306)

it's `[set_achievement]` (in the Lua file)

achievements: correct content_for=
tutorial: use correct id on achievement
This commit is contained in:
Tahsin Jahin Khalid 2023-01-22 02:54:09 +08:00 committed by GitHub
parent fa084677c5
commit ca49d10a47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -1207,10 +1207,10 @@
message= _ "I must be absolutely mad to be spending hours here just feeding rats to this rotten pile of flesh..."
[/message]
[set_achieved]
content_for="Descent into Darkness"
[set_achievement]
content_for=descent_into_darkness
id="did_rat_eater"
[/set_achieved]
[/set_achievement]
[/event]
[event]
name=rat eating2

View file

@ -1498,10 +1498,10 @@ Rest-healing is an exception to the rule — if a unit doesnt do anything for
message= _ "You can also refer to the in-game help browser if you ever need to refresh your memory on gameplay mechanics."
[/message]
[set_achieved]
content_for="Tutorial"
id="tutorial_finished"
[/set_achieved]
[set_achievement]
content_for=tutorial
id="completed"
[/set_achievement]
{CLEAR_VARIABLE low_hp_unit_message,lhpu_msg_i}
{CLEAR_VARIABLE spoke_about_income,spoke_about_orcs_crossing_river}