diff options
Diffstat (limited to 'npc/re/warps')
-rw-r--r-- | npc/re/warps/cities/dicastes.txt | 2 | ||||
-rw-r--r-- | npc/re/warps/fields/bif_fild.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/re/warps/cities/dicastes.txt b/npc/re/warps/cities/dicastes.txt index 5d0388b1c..0d8922e51 100644 --- a/npc/re/warps/cities/dicastes.txt +++ b/npc/re/warps/cities/dicastes.txt @@ -65,7 +65,7 @@ dic_in01,242,182,0 script #eldicastes0016 CLEAR_NPC,{ } // Elevators -- script Elevator#main -1,{ +- script Elevator#main FAKE_NPC,{ .@n = atoi(strnpcinfo(2)); .@eq = (isequipped(2782))?1:0; if (.@n <= 4) { diff --git a/npc/re/warps/fields/bif_fild.txt b/npc/re/warps/fields/bif_fild.txt index ccf245994..581cceb62 100644 --- a/npc/re/warps/fields/bif_fild.txt +++ b/npc/re/warps/fields/bif_fild.txt @@ -39,7 +39,7 @@ mora,182,74,0 warp bifrost_field0003 1,1,bif_fild02,286,327 mora,20,159,0 warp bifrost_field0004 1,1,bif_fild02,99,308 mora,56,25,0 warp bifrost_field0005 1,1,bif_fild02,176,162 -- script bifrost_field0000 -1,{ +- script bifrost_field0000 FAKE_NPC,{ mes "At the end of the small path through the bright flower garden"; mes "is an entrance to something that looks like a small hill."; next; |