mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Minor text.
This commit is contained in:
parent
9b5ebdde67
commit
1b972b494d
1 changed files with 19 additions and 12 deletions
|
|
@ -110,21 +110,28 @@ class SpiritsOfTheElid : Quest("Spirits of the Elid", 116, 115, 2,616, 1444, 0,
|
|||
line(player, "I have come to a second pair of !!double doors?? I need to get", line++, false)
|
||||
line(player, "through. There are !!3 single doors here too.", line++, false)
|
||||
line++
|
||||
if (getAttribute(player, attributeClimbedRiver, false)) {
|
||||
line(player, "I have not got through the most northern single door yet.", line++, false)
|
||||
} else {
|
||||
// Segment
|
||||
line(player, "I have defeated a black golem.", line++, true)
|
||||
line(player, "I shot a target and unblocked a waterchannel.", line++, true)
|
||||
}
|
||||
line++
|
||||
if (getAttribute(player, attributeClimbedRiver, false)) {
|
||||
line(player, "I have not got through the central single door yet.", line++, false)
|
||||
// Segment
|
||||
} else {
|
||||
line(player, "I have defeated a grey golem.", line++, true)
|
||||
line(player, "I mined away some rocks and unblocked a waterchannel.", line++, true)
|
||||
}
|
||||
line++
|
||||
if (getAttribute(player, attributeClimbedRiver, false)) {
|
||||
line(player, "I have not got through the most southern single door yet.", line++, false)
|
||||
// Segment
|
||||
} else {
|
||||
line(player, "I have defeated a white golem.", line++, true)
|
||||
line(player, "I disabled a trap and unblocked a waterchannel.", line++, true)
|
||||
}
|
||||
}
|
||||
|
||||
// http://youtu.be/QgiKtgo8toE
|
||||
if (stage >= 40) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue