summaryrefslogtreecommitdiff
path: root/npc/quests/seals/brisingamen_seal.txt
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-12-02 13:18:39 -0200
committershennetsind <ind@henn.et>2013-12-02 13:18:39 -0200
commit95581cedd9a89d8eac918bdc77c1a98e017abc46 (patch)
tree2dec92f4a0a9913de607741bd7d7224d8241409c /npc/quests/seals/brisingamen_seal.txt
parente46ca28bddd673f8217456297f596e0fe3c67609 (diff)
parent9f210e13ce08340fc4920311518187e8a03a636f (diff)
downloadhercules-95581cedd9a89d8eac918bdc77c1a98e017abc46.tar.gz
hercules-95581cedd9a89d8eac918bdc77c1a98e017abc46.tar.bz2
hercules-95581cedd9a89d8eac918bdc77c1a98e017abc46.tar.xz
hercules-95581cedd9a89d8eac918bdc77c1a98e017abc46.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'npc/quests/seals/brisingamen_seal.txt')
-rw-r--r--npc/quests/seals/brisingamen_seal.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/seals/brisingamen_seal.txt b/npc/quests/seals/brisingamen_seal.txt
index 72f4b9ddb..58e208c07 100644
--- a/npc/quests/seals/brisingamen_seal.txt
+++ b/npc/quests/seals/brisingamen_seal.txt
@@ -784,7 +784,7 @@ prt_fild08,175,374,3 script Bard#brising 1_M_BARD,{
mes "represents the";
mes "heart of a poet!";
soundeffect "bragis_poem.wav",1;
- set Zeny,Zeny-500;
+ Zeny -= 500;
close2;
}
else {
@@ -802,7 +802,7 @@ prt_fild08,175,374,3 script Bard#brising 1_M_BARD,{
mes "and energetic music, eh?";
mes "As you wish~";
soundeffect "chaos_of_eternity.wav",1;
- set Zeny,Zeny-500;
+ Zeny -= 500;
close2;
}
else {
@@ -822,7 +822,7 @@ prt_fild08,175,374,3 script Bard#brising 1_M_BARD,{
mes "well with Assassins.";
mes "Don't you agree?";
soundeffect "assassin_of_sunset.wav",1;
- set Zeny,Zeny-500;
+ Zeny -= 500;
close2;
}
else {