diff options
author | Haru <haru@dotalux.com> | 2015-08-10 05:47:31 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-08-10 05:47:31 +0200 |
commit | 5e7ad85e29400fe891c9f1d42aa1c8383a636d76 (patch) | |
tree | a6d29e1185da51e8965a38a3b0aefd6cdc47af3d /npc/re/cities/dewata.txt | |
parent | 08d4e50fecec0fa03d373e672fe95da1dbf87ab2 (diff) | |
download | hercules-5e7ad85e29400fe891c9f1d42aa1c8383a636d76.tar.gz hercules-5e7ad85e29400fe891c9f1d42aa1c8383a636d76.tar.bz2 hercules-5e7ad85e29400fe891c9f1d42aa1c8383a636d76.tar.xz hercules-5e7ad85e29400fe891c9f1d42aa1c8383a636d76.zip |
Minor script cleanup (part 2)
- Replaced leftover sprite IDs with constants
- Corrected some NPC facing directions (in modulo 8)
- Follow-up to 7b50fce0f62961b0228e6919562efcfe33e7fbca
Diffstat (limited to 'npc/re/cities/dewata.txt')
-rw-r--r-- | npc/re/cities/dewata.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/re/cities/dewata.txt b/npc/re/cities/dewata.txt index 022d3d715..fe6b661a3 100644 --- a/npc/re/cities/dewata.txt +++ b/npc/re/cities/dewata.txt @@ -418,7 +418,7 @@ dewata,99,203,4 script Tourist#dew4 4_M_SAGE_C,{ close; } -dewata,67,186,8 script Monk#dew1 4_M_BUDDHIST,{ +dewata,67,186,0 script Monk#dew1 4_M_BUDDHIST,{ mes "[Monk]"; mes "I am a monk, content to spend my days in religious study."; next; @@ -430,7 +430,7 @@ dewata,67,186,8 script Monk#dew1 4_M_BUDDHIST,{ close; } -dewata,65,188,8 script Monk#dew2 4_M_BUDDHIST,{ +dewata,65,188,0 script Monk#dew2 4_M_BUDDHIST,{ mes "[Monk]"; mes "Borobudur temple is one of few temples left for worshiping the Great Buddha."; next; @@ -439,7 +439,7 @@ dewata,65,188,8 script Monk#dew2 4_M_BUDDHIST,{ close; } -dewata,63,190,8 script Monk#dew3 4_M_BUDDHIST,{ +dewata,63,190,0 script Monk#dew3 4_M_BUDDHIST,{ mes "[Monk]"; mes "Are you a Tourist? You can make an offering and a wish to one of the shrines."; next; @@ -448,7 +448,7 @@ dewata,63,190,8 script Monk#dew3 4_M_BUDDHIST,{ close; } -dewata,62,192,8 script Monk#dew4 4_M_BUDDHIST,{ +dewata,62,192,0 script Monk#dew4 4_M_BUDDHIST,{ mes "[Monk]"; mes "Our great Buddha is the king of souls and the leader of all good Gods."; next; @@ -657,7 +657,7 @@ OnTouch: close; } -dewata,233,263,8 script Sweet Married Couple#1 4_M_ROGUE,2,3,{ +dewata,233,263,0 script Sweet Married Couple#1 4_M_ROGUE,2,3,{ OnTouch: mes "[Sweet Husband]"; mes "You are the most beautiful thing in the world baby~"; @@ -677,7 +677,7 @@ OnTouch: close; } -dewata,234,263,8 script Sweet Married Couple#2 4_F_JOB_HUNTER,2,3,{ +dewata,234,263,0 script Sweet Married Couple#2 4_F_JOB_HUNTER,2,3,{ OnTouch: mes "[Sweet Wife]"; mes "Baby~ You know what flower that is~?"; |