diff options
author | Haru <haru@dotalux.com> | 2015-12-29 02:16:49 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-31 23:39:23 +0100 |
commit | b4c99db7d5a500770383e24ef2fd1f956b19da74 (patch) | |
tree | afb1e9ad57cb48d4bb826183d630e99e840f9f8f /npc/cities/umbala.txt | |
parent | efaaf842dc3717e21b915edf37b3e907b02fa5a1 (diff) | |
download | hercules-b4c99db7d5a500770383e24ef2fd1f956b19da74.tar.gz hercules-b4c99db7d5a500770383e24ef2fd1f956b19da74.tar.bz2 hercules-b4c99db7d5a500770383e24ef2fd1f956b19da74.tar.xz hercules-b4c99db7d5a500770383e24ef2fd1f956b19da74.zip |
Replaced leftover -1 view IDs with FAKE_NPC
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/cities/umbala.txt')
-rw-r--r-- | npc/cities/umbala.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/cities/umbala.txt b/npc/cities/umbala.txt index 8f0c39658..26c91b37e 100644 --- a/npc/cities/umbala.txt +++ b/npc/cities/umbala.txt @@ -1017,7 +1017,7 @@ um_in,158,71,3 script Utan villager#um 4_M_UMKID,{ close; } -umbala,140,197,1 script Bungee Jump -1,0,0,{ +umbala,140,197,1 script Bungee Jump FAKE_NPC,0,0,{ OnTouch: switch(rand(1,3)) { case 1: @@ -1037,7 +1037,7 @@ OnTouch: } } -umbala,136,195,0 script #jump -1,1,1,{ +umbala,136,195,0 script #jump FAKE_NPC,1,1,{ OnTouch: warp "umbala",145,166; end; |