diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-23 10:38:01 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-23 10:38:01 +0000 |
commit | a935d9d4351bf7d377cd37f43bbb17df48a15696 (patch) | |
tree | e4c6e561d18ed65d01b7db63dae75db6a74a215a /npc/quests/quests_alberta.txt | |
parent | aeb23bf2a627bcf6e31650d59823af2948366af5 (diff) | |
download | hercules-a935d9d4351bf7d377cd37f43bbb17df48a15696.tar.gz hercules-a935d9d4351bf7d377cd37f43bbb17df48a15696.tar.bz2 hercules-a935d9d4351bf7d377cd37f43bbb17df48a15696.tar.xz hercules-a935d9d4351bf7d377cd37f43bbb17df48a15696.zip |
* Fixed player keeps bleeding when dead.
- if battle_config.invincible_nodamage is true, reflected damage to targets in invincible status is now 1.
* Fixed a script typo i made when i was fixing a typo...
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14164 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_alberta.txt')
-rw-r--r-- | npc/quests/quests_alberta.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_alberta.txt b/npc/quests/quests_alberta.txt index fecb43dc1..938552655 100644 --- a/npc/quests/quests_alberta.txt +++ b/npc/quests/quests_alberta.txt @@ -2219,7 +2219,7 @@ tur_dun03,104,171,4 script Knight#tur3 105,{ mes "[Squall]"; mes "Am I the only one left? Where are all my comrades?! I... I'm about to go crazy!"; next; - if(select("Maybe they ran away?:What happened?")) { + if(select("Maybe they ran away?:What happened?") == 1) { mes "[Squall]"; mes "No, we would never run away from the face of danger."; next; |